mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 15:45:56 -05:00
Merge pull request #1127 from whatdoineed2do/web-podcast-delete-typo
[web-src] typo blocking podcast deletion dialog
This commit is contained in:
commit
afb4594602
@ -48,7 +48,7 @@
|
|||||||
:new_tracks="new_tracks"
|
:new_tracks="new_tracks"
|
||||||
@close="show_album_details_modal = false"
|
@close="show_album_details_modal = false"
|
||||||
@play-count-changed="reload_tracks"
|
@play-count-changed="reload_tracks"
|
||||||
@remove_podcast="open_remove_podcast_dialog" />
|
@remove-podcast="open_remove_podcast_dialog" />
|
||||||
<modal-dialog
|
<modal-dialog
|
||||||
:show="show_remove_podcast_modal"
|
:show="show_remove_podcast_modal"
|
||||||
title="Remove podcast"
|
title="Remove podcast"
|
||||||
|
Loading…
Reference in New Issue
Block a user