Fix errors when parsing ncm files without metadata

This commit is contained in:
MengYX
2020-03-10 09:31:48 +08:00
parent 97ca09dbae
commit 24e1d33642
3 changed files with 16 additions and 17 deletions

View File

@ -140,8 +140,8 @@
});
if (process.env.NODE_ENV === 'production') {
window._paq.push(["trackEvent", "Error", errInfo, filename]);
console.error(errInfo, filename);
}
console.error(errInfo, filename);
},
changePlaying(url) {
this.playing_url = url;