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

pull/8529/head
Claus Vium 2 years ago committed by GitHub
commit 9843a5426d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save