[web] Add option to remove spotify (logout) in settings

This commit is contained in:
chme
2021-12-26 20:19:51 +01:00
parent 791d3610fd
commit 05e367a84b
2 changed files with 14 additions and 1 deletions

View File

@@ -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')
},