Separate feed type detection from init, don't subscribe on failures.
Also some FeedParser tweaks.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user