Skip to content

Commit fdfd001

Browse files
Merge pull request #10 from DeaDBeeF-for-Windows/master
Use DDB_API_LEVEL for minimal required version
2 parents 513d200 + 2dfd7ac commit fdfd001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mpris.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ static const char settings_dlg[] =
184184

185185

186186
DB_misc_t plugin = {
187-
.plugin.api_vmajor = DB_API_VERSION_MAJOR,\
188-
.plugin.api_vminor = DB_API_VERSION_MINOR,
187+
.plugin.api_vmajor = 1,
188+
.plugin.api_vminor = DDB_API_LEVEL,
189189
.plugin.type = DB_PLUGIN_MISC,
190190
.plugin.version_major = PLUGIN_VERSION_MAJOR,
191191
.plugin.version_minor = PLUGIN_VERSION_MINOR,

0 commit comments

Comments
 (0)