keep hanging DLNA player from hanging Supersonic when quitting/switching players

This commit is contained in:
Drew Weymouth
2025-03-30 13:51:50 -07:00
parent 2701bb3f7f
commit 9001dc296f
7 changed files with 102 additions and 27 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ func (p *Player) PlayFile(url string, _ mediaprovider.MediaItemMetadata, startTi
}
// Stops playback and clears the play queue.
func (p *Player) Stop() error {
func (p *Player) Stop(_ bool) error {
if !p.initialized {
return ErrUnitialized
}