Skip to content

Commit

Permalink
Merge pull request #10 from DeaDBeeF-for-Windows/master
Browse files Browse the repository at this point in the history
Use DDB_API_LEVEL for minimal required version
  • Loading branch information
Oleksiy-Yakovenko authored May 12, 2024
2 parents 513d200 + 2dfd7ac commit fdfd001
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 fdfd001

Please sign in to comment.