mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-23 17:52:29 -04:00
Add albumart as recognized filename for music artwork (#14048)
This commit is contained in:
parent
7e6d4424b2
commit
70dbf837c5
@ -33,7 +33,8 @@ namespace MediaBrowser.LocalMetadata.Images
|
||||
"poster",
|
||||
"cover",
|
||||
"jacket",
|
||||
"default"
|
||||
"default",
|
||||
"albumart"
|
||||
};
|
||||
|
||||
private static readonly string[] _personImageFileNames =
|
||||
|
Loading…
x
Reference in New Issue
Block a user