aboutsummaryrefslogtreecommitdiff
path: root/src/PlaylistGlobal.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/PlaylistGlobal.cxx')
-rw-r--r--src/PlaylistGlobal.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/PlaylistGlobal.cxx b/src/PlaylistGlobal.cxx
index 92572cde..8490392e 100644
--- a/src/PlaylistGlobal.cxx
+++ b/src/PlaylistGlobal.cxx
@@ -34,14 +34,13 @@ extern "C" {
static void
playlist_tag_event(void)
{
- playlist_tag_changed(&global_partition->playlist);
+ global_partition->playlist.TagChanged();
}
static void
playlist_event(void)
{
- playlist_sync(&global_partition->playlist,
- &global_partition->pc);
+ global_partition->playlist.SyncWithPlayer(global_partition->pc);
}
void