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
commit 9843a5426d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
};