Merge pull request #10029 from tallbl0nde/fix-multi-disc-album-art-extraction

This commit is contained in:
Bond-009
2023-08-01 20:27:18 +02:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -166,6 +166,7 @@
- [RealGreenDragon](https://github.com/RealGreenDragon)
- [ipitio](https://github.com/ipitio)
- [TheTyrius](https://github.com/TheTyrius)
- [tallbl0nde](https://github.com/tallbl0nde)
# Emby Contributors

View File

@@ -31,6 +31,7 @@ namespace Emby.Server.Implementations.Images
return _libraryManager.GetItemList(new InternalItemsQuery
{
Parent = item,
Recursive = true,
DtoOptions = new DtoOptions(true),
ImageTypes = new ImageType[] { ImageType.Primary },
OrderBy = new (string, SortOrder)[]