aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistGlobal.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/PlaylistGlobal.cxx')
-rw-r--r--src/PlaylistGlobal.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/PlaylistGlobal.cxx b/src/PlaylistGlobal.cxx
index 9dd971d3f..97902275b 100644
--- a/src/PlaylistGlobal.cxx
+++ b/src/PlaylistGlobal.cxx
@@ -26,19 +26,19 @@
#include "PlaylistGlobal.hxx"
#include "Playlist.hxx"
#include "Main.hxx"
-#include "Partition.hxx"
+#include "Instance.hxx"
#include "GlobalEvents.hxx"
static void
playlist_tag_event(void)
{
- global_partition->playlist.TagChanged();
+ instance->TagModified();
}
static void
playlist_event(void)
{
- global_partition->playlist.SyncWithPlayer(global_partition->pc);
+ instance->SyncWithPlayer();
}
void