Add albumart as recognized filename for music artwork (#14048)

This commit is contained in:
theguymadmax 2025-05-03 10:19:59 -04:00 committed by GitHub
parent 7e6d4424b2
commit 70dbf837c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,8 @@ namespace MediaBrowser.LocalMetadata.Images
"poster",
"cover",
"jacket",
"default"
"default",
"albumart"
};
private static readonly string[] _personImageFileNames =