mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 05:59:45 -05:00
[web] Add option to remove spotify (logout) in settings
This commit is contained in:
@@ -356,6 +356,10 @@ export default {
|
||||
return axios.post('./api/spotify-login', credentials)
|
||||
},
|
||||
|
||||
spotify_logout () {
|
||||
return axios.get('./api/spotify-logout')
|
||||
},
|
||||
|
||||
lastfm () {
|
||||
return axios.get('./api/lastfm')
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user