getPlayQueue func

This commit is contained in:
Siiiiinth
2026-02-15 09:28:38 -08:00
committed by Drew Weymouth
parent 79b2b293fc
commit ba0fcfb9ab
2 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -571,7 +571,7 @@ func (p *PlaybackManager) fetchAndPlayTracks(fetchFn func() ([]*mediaprovider.Tr
}
func (p *PlaybackManager) GetPlayQueue() []mediaprovider.MediaItem {
return p.engine.GetPlayQueue()
return p.engine.GetPlayQueueDeepCopy()
}
// Any time the user changes the favorite status of a track elsewhere in the app,