From 0cd788220d9e261d5bb540dab05cf58b55d94109 Mon Sep 17 00:00:00 2001 From: wn_ Date: Sun, 22 Jun 2025 16:31:50 +0000 Subject: Separate feed type detection from init, don't subscribe on failures. Also some FeedParser tweaks. --- js/CommonDialogs.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'js') diff --git a/js/CommonDialogs.js b/js/CommonDialogs.js index 1215d567d..781b0dcc5 100644 --- a/js/CommonDialogs.js +++ b/js/CommonDialogs.js @@ -195,6 +195,9 @@ const CommonDialogs = { case 5: dialog.show_error(__("Couldn't download the specified URL."), App.escapeHtml(rc['message'])); break; + case 6: + dialog.show_error(__("Invalid content."), App.escapeHtml(rc['message'])); + break; case 7: dialog.show_error(__("Error while creating feed database entry.")); break; -- cgit v1.2.3-54-g00ecf