mirror of
https://github.com/owntone/owntone-server.git
synced 2025-07-19 21:48:59 -04:00
[web] Fix missing reference
This commit is contained in:
parent
60b688a182
commit
e476032776
@ -93,7 +93,7 @@ export default {
|
||||
this.offset += data.limit
|
||||
},
|
||||
load({ loaded }) {
|
||||
api.spotify().then((data) => {
|
||||
services.spotify().then((data) => {
|
||||
const spotifyApi = new SpotifyWebApi()
|
||||
spotifyApi.setAccessToken(data.webapi_token)
|
||||
spotifyApi
|
||||
|
@ -80,6 +80,7 @@ import ControlSwitch from '@/components/ControlSwitch.vue'
|
||||
import PaneTitle from '@/components/PaneTitle.vue'
|
||||
import TabsSettings from '@/components/TabsSettings.vue'
|
||||
import outputs from '@/api/outputs'
|
||||
import remotes from '@/api/remotes'
|
||||
import { useOutputsStore } from '@/stores/outputs'
|
||||
import { useRemotesStore } from '@/stores/remotes'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user