mirror of
https://github.com/owntone/owntone-server.git
synced 2025-10-29 15:55:02 -04:00
[web] Fix for services store
This commit is contained in:
parent
3b336657d4
commit
8bc8a2c9d8
@ -15,7 +15,7 @@ export const useServicesStore = defineStore('ServicesStore', {
|
||||
}
|
||||
if (data.webapi_token_expires_in > 0 && data.webapi_token) {
|
||||
this.spotifyTimerId = setTimeout(
|
||||
() => this.updateSpotify(),
|
||||
() => this.initialiseSpotify(),
|
||||
1000 * data.webapi_token_expires_in
|
||||
)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user