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