Separate feed type detection from init, don't subscribe on failures.

Also some FeedParser tweaks.
This commit is contained in:
wn_
2025-06-22 16:31:50 +00:00
parent 46e05583a9
commit 0cd788220d
4 changed files with 85 additions and 67 deletions

View File

@@ -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;