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();
|
||||
|
||||
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() {
|
||||
|
|
|
@ -158,7 +158,7 @@
|
|||
},
|
||||
methods: {
|
||||
signIn() {
|
||||
if(localStorage.getItem("mk-player-tsid")) {
|
||||
if(localStorage.getItem("music.ampwebplay.media-user-token")) {
|
||||
localStorage.setItem("seenOOBE", 1)
|
||||
window.location.reload()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue