mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 21:03:00 -05:00
[web] Fix for services store
This commit is contained in:
@@ -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
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user