fix apple music radios locking up
This commit is contained in:
parent
c07965aa88
commit
cdfccb2f1d
1 changed files with 1 additions and 1 deletions
|
@ -1418,7 +1418,7 @@ const app = new Vue({
|
||||||
*/
|
*/
|
||||||
convertTime(seconds, format = "short") {
|
convertTime(seconds, format = "short") {
|
||||||
|
|
||||||
if (isNaN(seconds)) {
|
if (isNaN(seconds) || seconds == Infinity) {
|
||||||
seconds = 0
|
seconds = 0
|
||||||
}
|
}
|
||||||
seconds = parseInt(seconds);
|
seconds = parseInt(seconds);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue