mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 13:39:47 -05:00
[web] Remove unused API method
This commit is contained in:
@@ -447,10 +447,6 @@ export default {
|
||||
return axios.get('./api/spotify')
|
||||
},
|
||||
|
||||
spotify_login(credentials) {
|
||||
return axios.post('./api/spotify-login', credentials)
|
||||
},
|
||||
|
||||
spotify_logout() {
|
||||
return axios.get('./api/spotify-logout')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user