playback: fix task removal
This commit is contained in:
parent
f04e05ad50
commit
b99cd96726
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ constructor(
|
|||
}
|
||||
|
||||
fun handleTaskRemoved() {
|
||||
if (playbackManager.progression.isPlaying) {
|
||||
if (!playbackManager.progression.isPlaying) {
|
||||
playbackManager.endSession()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue