mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Update embedded image names to match docs
This commit is contained in:
@@ -31,13 +31,14 @@ namespace MediaBrowser.Providers.MediaInfo
|
||||
"poster",
|
||||
"folder",
|
||||
"cover",
|
||||
"default"
|
||||
"default",
|
||||
"movie",
|
||||
"show"
|
||||
};
|
||||
|
||||
private static readonly string[] _backdropImageFileNames =
|
||||
{
|
||||
"backdrop",
|
||||
"fanart",
|
||||
"background",
|
||||
"art"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user