mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-12 21:26:17 +00:00
add landscape as thumb alias
This commit is contained in:
@@ -351,7 +351,8 @@ namespace MediaBrowser.Providers
|
||||
private void PopulateThumb(BaseItem item, ItemResolveArgs args)
|
||||
{
|
||||
// Thumbnail Image
|
||||
var image = GetImage(item, args, "thumb");
|
||||
var image = GetImage(item, args, "thumb") ??
|
||||
GetImage(item, args, "landscape");
|
||||
|
||||
if (image == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user