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
@@ -68,7 +68,7 @@ func (j *JukeboxPlayer) Pause() error {
return nil
}
func (j *JukeboxPlayer) Stop() error {
func (j *JukeboxPlayer) Stop(_ bool) error {
if j.state == stopped {
return nil
}