pokemon gotta catch them all
This commit is contained in:
parent
eca84c4849
commit
953c04f4dd
1 changed files with 2 additions and 1 deletions
|
@ -970,7 +970,8 @@ const app = new Vue({
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
localFiles = true;
|
localFiles = true;
|
||||||
localStorage.setItem("playingBitrate", app.mk.nowPlayingItem.flavor)
|
try {localStorage.setItem("playingBitrate", app.mk.nowPlayingItem.flavor)}
|
||||||
|
catch(e) {}
|
||||||
}
|
}
|
||||||
if (!app.cfg.audio.normalization) { CiderAudio.hierarchical_loading(); }
|
if (!app.cfg.audio.normalization) { CiderAudio.hierarchical_loading(); }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue