Skip to content

Commit 2dfd7ac

Browse files
committed
Use DDB_API_LEVEL from mprisServer.h (fixes #8)
1 parent 513d200 commit 2dfd7ac

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)