radio station compatability
Signed-off-by: Core <core@coredev.uk>
This commit is contained in:
parent
bd6552a048
commit
378551bd0c
4 changed files with 6 additions and 10 deletions
|
@ -1957,6 +1957,7 @@ const app = new Vue({
|
|||
* @memberOf app
|
||||
*/
|
||||
convertTime(seconds, format = "short") {
|
||||
if (app.mk?.nowPlayingItem?.type === "radioStation") return;
|
||||
if (isNaN(seconds) || seconds === Infinity) {
|
||||
seconds = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue