Skip to content

Commit

Permalink
fallback to loading from YT if thumbnail is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxocube committed Jan 6, 2025
1 parent 4662774 commit ab11748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MediaFeeder/MediaFeeder/Providers/Youtube/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ internal async Task<string> LoadUrlThumbnail(string itemId, string type, string
catch (Exception e)
{
logger.LogError(e, "Error while downloading channel thumbnail");
return "";
return url;
}
}
}

0 comments on commit ab11748

Please sign in to comment.