Add support for fanart aspect in thumb tag

This commit is contained in:
David Ullmer
2021-05-05 10:10:51 +02:00
parent 48e81e65e8
commit e57b80b8e2
3 changed files with 7 additions and 2 deletions

View File

@@ -1333,6 +1333,7 @@ namespace MediaBrowser.XbmcMetadata.Parsers
"discart" => ImageType.Disc,
"landscape" => ImageType.Thumb,
"clearart" => ImageType.Art,
"fanart" => ImageType.Backdrop,
// unknown type (including "poster") --> primary
_ => ImageType.Primary,
};