Update embedded image names to match docs

This commit is contained in:
Joe Rogers 2022-10-08 23:20:10 -04:00
parent 5374c99e2e
commit dd41fb9a61
No known key found for this signature in database
GPG Key ID: 0074AD57B8FDBBB4

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