mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-27 04:22:08 +00:00
support cdart image filename
This commit is contained in:
@@ -284,7 +284,8 @@ namespace MediaBrowser.Providers
|
||||
}
|
||||
|
||||
// Disc
|
||||
image = GetImage(item, args, "disc");
|
||||
image = GetImage(item, args, "disc") ??
|
||||
GetImage(item, args, "cdart");
|
||||
|
||||
if (image != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user