changed localstorage var target
This commit is contained in:
parent
4c1d9cdd5c
commit
858a0635b8
2 changed files with 2 additions and 2 deletions
|
@ -292,7 +292,7 @@ function isJson(item) {
|
||||||
webGPU().then();
|
webGPU().then();
|
||||||
|
|
||||||
function showOobe() {
|
function showOobe() {
|
||||||
if (localStorage.getItem("mk-player-tsid") && localStorage.getItem("seenOOBE")) {
|
if (localStorage.getItem("music.ampwebplay.media-user-token") && localStorage.getItem("seenOOBE")) {
|
||||||
return false
|
return false
|
||||||
} else {
|
} else {
|
||||||
function waitForApp() {
|
function waitForApp() {
|
||||||
|
|
|
@ -158,7 +158,7 @@
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
signIn() {
|
signIn() {
|
||||||
if(localStorage.getItem("mk-player-tsid")) {
|
if(localStorage.getItem("music.ampwebplay.media-user-token")) {
|
||||||
localStorage.setItem("seenOOBE", 1)
|
localStorage.setItem("seenOOBE", 1)
|
||||||
window.location.reload()
|
window.location.reload()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue