diff --git a/lib/services/podcast/mobile_opml_service.dart b/lib/services/podcast/mobile_opml_service.dart index c90433fb..bc6cd20d 100644 --- a/lib/services/podcast/mobile_opml_service.dart +++ b/lib/services/podcast/mobile_opml_service.dart @@ -64,7 +64,7 @@ class MobileOPMLService extends OPMLService { if (result != null) { await podcastService.subscribe(result); } - } on Exception { + } catch (e) { log.fine('Failed to load podcast ${p.xmlUrl}'); } }