mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02: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",
|
"poster",
|
||||||
"cover",
|
"cover",
|
||||||
"jacket",
|
"jacket",
|
||||||
"default"
|
"default",
|
||||||
|
"albumart"
|
||||||
};
|
};
|
||||||
|
|
||||||
private static readonly string[] _personImageFileNames =
|
private static readonly string[] _personImageFileNames =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user