mirror of
https://github.com/owntone/owntone-server.git
synced 2025-07-20 05:58:56 -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
|
this.offset += data.limit
|
||||||
},
|
},
|
||||||
load({ loaded }) {
|
load({ loaded }) {
|
||||||
api.spotify().then((data) => {
|
services.spotify().then((data) => {
|
||||||
const spotifyApi = new SpotifyWebApi()
|
const spotifyApi = new SpotifyWebApi()
|
||||||
spotifyApi.setAccessToken(data.webapi_token)
|
spotifyApi.setAccessToken(data.webapi_token)
|
||||||
spotifyApi
|
spotifyApi
|
||||||
|
@ -80,6 +80,7 @@ import ControlSwitch from '@/components/ControlSwitch.vue'
|
|||||||
import PaneTitle from '@/components/PaneTitle.vue'
|
import PaneTitle from '@/components/PaneTitle.vue'
|
||||||
import TabsSettings from '@/components/TabsSettings.vue'
|
import TabsSettings from '@/components/TabsSettings.vue'
|
||||||
import outputs from '@/api/outputs'
|
import outputs from '@/api/outputs'
|
||||||
|
import remotes from '@/api/remotes'
|
||||||
import { useOutputsStore } from '@/stores/outputs'
|
import { useOutputsStore } from '@/stores/outputs'
|
||||||
import { useRemotesStore } from '@/stores/remotes'
|
import { useRemotesStore } from '@/stores/remotes'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user