[web] Remove unused variable

This commit is contained in:
Alain Nussbaumer 2024-04-21 12:58:15 +02:00
parent 9690bc2447
commit 369afe11e3
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ export default {
this.new_episodes.items = {}
},
open_add_podcast_dialog(item) {
open_add_podcast_dialog() {
this.show_url_modal = true
},