Skip to content

Commit

Permalink
Use DDB_API_LEVEL from mprisServer.h (fixes DeaDBeeF-Player#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba160 committed May 12, 2024
1 parent 513d200 commit 2dfd7ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mpris.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ static const char settings_dlg[] =


DB_misc_t plugin = {
.plugin.api_vmajor = DB_API_VERSION_MAJOR,\
.plugin.api_vminor = DB_API_VERSION_MINOR,
.plugin.api_vmajor = 1,
.plugin.api_vminor = DDB_API_LEVEL,
.plugin.type = DB_PLUGIN_MISC,
.plugin.version_major = PLUGIN_VERSION_MAJOR,
.plugin.version_minor = PLUGIN_VERSION_MINOR,
Expand Down

0 comments on commit 2dfd7ac

Please sign in to comment.