From 6161daeef089bb596f28cc09c6ecf4c660582284 Mon Sep 17 00:00:00 2001 From: advplyr Date: Sun, 29 May 2022 12:22:16 -0500 Subject: [PATCH] Fix:OPML file upload reset --- client/pages/library/_library/podcast/search.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/client/pages/library/_library/podcast/search.vue b/client/pages/library/_library/podcast/search.vue index f3f05c58..b1e6cb90 100644 --- a/client/pages/library/_library/podcast/search.vue +++ b/client/pages/library/_library/podcast/search.vue @@ -8,7 +8,7 @@ Submit - Upload OPML File + Upload OPML File
@@ -86,6 +86,10 @@ export default { reader.readAsText(file) }) + if (this.$refs.fileInput) { + this.$refs.fileInput.reset() + } + if (!txt || !txt.includes(' tag not found OR an tag was not found')