Merge pull request #8522 from 1337joe/match-embedded-images-to-docs

This commit is contained in:
Claus Vium
2022-10-09 07:30:53 +02:00
committed by GitHub

View File

@@ -31,13 +31,14 @@ namespace MediaBrowser.Providers.MediaInfo
"poster",
"folder",
"cover",
"default"
"default",
"movie",
"show"
};
private static readonly string[] _backdropImageFileNames =
{
"backdrop",
"fanart",
"background",
"art"
};