mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-05-29 14:56:21 -05:00
Fix Typos
This commit is contained in:
@@ -99,7 +99,6 @@ Route onGenerateRoute(RouteSettings settings) {
|
||||
/// The [FeedDeckApp] is the root widget of the app. The widget is used to
|
||||
/// initialize some of our providers via the [MultiProvider] widget and to set
|
||||
/// the theme for the app.
|
||||
|
||||
class FeedDeckApp extends StatelessWidget {
|
||||
const FeedDeckApp({super.key});
|
||||
|
||||
|
||||
@@ -40,7 +40,11 @@ export const getPodcastFeed = async (
|
||||
method: "get",
|
||||
}, 5000);
|
||||
const xml = await response.text();
|
||||
log("debug", "Podcast Response", { status: response.status, xml: xml });
|
||||
log("debug", "Add source", {
|
||||
sourceType: "podcast",
|
||||
requestUrl: source.options.podcast,
|
||||
responseStatus: response.status,
|
||||
});
|
||||
const feed = await parseFeed(xml);
|
||||
|
||||
if (!feed.title.value) {
|
||||
|
||||
Reference in New Issue
Block a user