Update vueapp.js

This commit is contained in:
maikirakiwi 2022-07-11 01:23:04 -07:00
parent 1bbfcdd0e3
commit 855e4ac7a1

View file

@ -3342,6 +3342,7 @@ const app = new Vue({
translation: '' translation: ''
}); });
app.lyrics = preLrc.reverse(); app.lyrics = preLrc.reverse();
if (app.lyrics[5].line == "") {app.loadNeteaseLyrics();} // Detect incomplete QQ lyrics.
} catch (e) { } catch (e) {
console.log(e) console.log(e)
app.loadNeteaseLyrics(); app.loadNeteaseLyrics();