mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-14 00:05:03 -05:00
[web] Unused API methods removed
This commit is contained in:
parent
6577004536
commit
0a0568c2f5
@ -156,10 +156,6 @@ export default {
|
||||
return axios.get(`./api/library/playlists/${playlistId}/tracks`)
|
||||
},
|
||||
|
||||
library_playlists() {
|
||||
return axios.get('./api/library/playlists')
|
||||
},
|
||||
|
||||
library_podcast_episodes(albumId) {
|
||||
const params = {
|
||||
expression: `media_kind is podcast and songalbumid is "${albumId}" ORDER BY date_released DESC`,
|
||||
@ -276,14 +272,6 @@ export default {
|
||||
return axios.post('./api/queue/items/add', undefined, { params })
|
||||
},
|
||||
|
||||
player_playid(itemId) {
|
||||
return axios.put(`./api/player/play?item_id=${itemId}`)
|
||||
},
|
||||
|
||||
player_playpos(position) {
|
||||
return axios.put(`./api/player/play?position=${position}`)
|
||||
},
|
||||
|
||||
player_previous() {
|
||||
return axios.put('./api/player/previous')
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user