This commit is contained in:
ItsLemmy
2025-10-31 15:06:57 -04:00
parent 13f82d10e2
commit 2b6bcdc570
2 changed files with 10 additions and 10 deletions
+2 -1
View File
@@ -305,7 +305,8 @@ Singleton {
running: true
onTriggered: {
Logger.d("MediaService", "playerStateMonitor triggered. autoSwitchingPaused: " + root.autoSwitchingPaused)
if (autoSwitchingPaused) return
if (autoSwitchingPaused)
return
// Only update if we don't have a playing player or if current player is paused
if (!currentPlayer || !currentPlayer.isPlaying || currentPlayer.playbackState !== MprisPlaybackState.Playing) {
updateCurrentPlayer()