diff --git a/MusicX/Helpers/NavigationServiceExtensions.cs b/MusicX/Helpers/NavigationServiceExtensions.cs index 175656b..45db5f4 100644 --- a/MusicX/Helpers/NavigationServiceExtensions.cs +++ b/MusicX/Helpers/NavigationServiceExtensions.cs @@ -20,7 +20,7 @@ public static async Task OpenLinkAsync(this NavigationService navigationService, switch (link.Meta.ContentType) { - case "" or null: + case "" or null or "audio_recent" or "audio_followings": { var match = PodcastsCategoryUrl().Match(link.Url);