select playing mpris session on startup

This commit is contained in:
Damocles 2026-04-18 14:25:08 +02:00
parent 22ca356fb5
commit 91cd18cbcd

View file

@ -28,8 +28,8 @@ QtObject {
} else {
_switchToBest();
}
} else if (playerIdx >= players.length) {
playerIdx = 0;
} else {
_switchToBest();
}
}