mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Merge pull request #8522 from 1337joe/match-embedded-images-to-docs
This commit is contained in:
commit
9843a5426d
@ -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…
x
Reference in New Issue
Block a user