support cdart image filename
This commit is contained in:
parent
2864e3953c
commit
54326c0a22
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user