[web] Fix bug preventing the removal of a podcast

This commit is contained in:
Alain Nussbaumer 2024-04-23 21:14:37 +02:00
parent bab6146345
commit 4268f41a51
1 changed files with 1 additions and 1 deletions

View File

@ -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(