select playing mpris session on startup
This commit is contained in:
parent
22ca356fb5
commit
91cd18cbcd
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@ QtObject {
|
||||||
} else {
|
} else {
|
||||||
_switchToBest();
|
_switchToBest();
|
||||||
}
|
}
|
||||||
} else if (playerIdx >= players.length) {
|
} else {
|
||||||
playerIdx = 0;
|
_switchToBest();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue