fix missing disc.png
This commit is contained in:
parent
4fd4b23a47
commit
7bf0a712fb
|
@ -218,6 +218,14 @@ namespace MediaBrowser.Providers
|
|||
item.SetImage(ImageType.Art, image.FullName);
|
||||
}
|
||||
|
||||
// Disc
|
||||
image = GetImage(item, "disc");
|
||||
|
||||
if (image != null)
|
||||
{
|
||||
item.SetImage(ImageType.Disc, image.FullName);
|
||||
}
|
||||
|
||||
// Thumbnail Image
|
||||
image = GetImage(item, "thumb");
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user