Update embedded image names to match docs
This commit is contained in:
parent
5374c99e2e
commit
dd41fb9a61
|
@ -31,13 +31,14 @@ namespace MediaBrowser.Providers.MediaInfo
|
||||||
"poster",
|
"poster",
|
||||||
"folder",
|
"folder",
|
||||||
"cover",
|
"cover",
|
||||||
"default"
|
"default",
|
||||||
|
"movie",
|
||||||
|
"show"
|
||||||
};
|
};
|
||||||
|
|
||||||
private static readonly string[] _backdropImageFileNames =
|
private static readonly string[] _backdropImageFileNames =
|
||||||
{
|
{
|
||||||
"backdrop",
|
"backdrop",
|
||||||
"fanart",
|
|
||||||
"background",
|
"background",
|
||||||
"art"
|
"art"
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user