We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513d200 commit 2dfd7acCopy full SHA for 2dfd7ac
src/mpris.c
@@ -184,8 +184,8 @@ static const char settings_dlg[] =
184
185
186
DB_misc_t plugin = {
187
- .plugin.api_vmajor = DB_API_VERSION_MAJOR,\
188
- .plugin.api_vminor = DB_API_VERSION_MINOR,
+ .plugin.api_vmajor = 1,
+ .plugin.api_vminor = DDB_API_LEVEL,
189
.plugin.type = DB_PLUGIN_MISC,
190
.plugin.version_major = PLUGIN_VERSION_MAJOR,
191
.plugin.version_minor = PLUGIN_VERSION_MINOR,
0 commit comments