Partition: add methods TagModified(), SyncWithPlayer()
Move code from class Instance.
This commit is contained in:
@@ -38,11 +38,11 @@ Instance::DatabaseModified()
|
||||
void
|
||||
Instance::TagModified()
|
||||
{
|
||||
partition->playlist.TagChanged();
|
||||
partition->TagModified();
|
||||
}
|
||||
|
||||
void
|
||||
Instance::SyncWithPlayer()
|
||||
{
|
||||
partition->playlist.SyncWithPlayer(partition->pc);
|
||||
partition->SyncWithPlayer();
|
||||
}
|
||||
|
Reference in New Issue
Block a user