music-player - init all struct fields in array - fix warn

This commit is contained in:
Carsten Haitzler 2020-01-15 17:18:58 +01:00
parent 745fbf0909
commit c27b4490b9
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ const Player music_player_players[] =
{"Spotify", "org.mpris.MediaPlayer2.spotify", "spotify"}, {"Spotify", "org.mpris.MediaPlayer2.spotify", "spotify"},
{"Rage", "org.mpris.MediaPlayer2.rage", "rage"}, {"Rage", "org.mpris.MediaPlayer2.rage", "rage"},
#define PLAYER_COUNT 16 #define PLAYER_COUNT 16
{NULL, NULL} {NULL, NULL, NULL}
}; };
Eina_Bool Eina_Bool