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')