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