changed localstorage var target

This commit is contained in:
booploops 2022-06-04 22:52:35 -07:00
parent 4c1d9cdd5c
commit 858a0635b8
2 changed files with 2 additions and 2 deletions

View file

@ -292,7 +292,7 @@ function isJson(item) {
webGPU().then();
function showOobe() {
if (localStorage.getItem("mk-player-tsid") && localStorage.getItem("seenOOBE")) {
if (localStorage.getItem("music.ampwebplay.media-user-token") && localStorage.getItem("seenOOBE")) {
return false
} else {
function waitForApp() {