mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-16 09:08:04 -04:00
[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() {
|
open_remove_podcast_dialog() {
|
||||||
webapi
|
webapi
|
||||||
.library_album_tracks(this.selected_album.id, { limit: 1 })
|
.library_album_tracks(this.selected_item.id, { limit: 1 })
|
||||||
.then(({ data }) => {
|
.then(({ data }) => {
|
||||||
webapi.library_track_playlists(data.items[0].id).then(({ data }) => {
|
webapi.library_track_playlists(data.items[0].id).then(({ data }) => {
|
||||||
;[this.rss_playlist_to_remove] = data.items.filter(
|
;[this.rss_playlist_to_remove] = data.items.filter(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user