[web] Fix bug preventing the removal of a podcast
This commit is contained in:
parent
bab6146345
commit
4268f41a51
|
@ -120,7 +120,7 @@ export default {
|
|||
},
|
||||
open_remove_podcast_dialog() {
|
||||
webapi
|
||||
.library_album_tracks(this.selected_album.id, { limit: 1 })
|
||||
.library_album_tracks(this.selected_item.id, { limit: 1 })
|
||||
.then(({ data }) => {
|
||||
webapi.library_track_playlists(data.items[0].id).then(({ data }) => {
|
||||
;[this.rss_playlist_to_remove] = data.items.filter(
|
||||
|
|
Loading…
Reference in New Issue