diff options
Diffstat (limited to '')
-rw-r--r-- | src/playlist_global.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlist_global.c b/src/playlist_global.c index 4f8374494..dcb972490 100644 --- a/src/playlist_global.c +++ b/src/playlist_global.c @@ -37,7 +37,7 @@ playlist_tag_event(void) static void playlist_event(void) { - syncPlayerAndPlaylist(&g_playlist); + playlist_sync(&g_playlist); } void |