Browse Source

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

Bond-009 1 năm trước cách đây
mục cha
commit
623027315b

+ 1 - 0
CONTRIBUTORS.md

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

+ 1 - 0
Emby.Server.Implementations/Images/BaseFolderImageProvider.cs

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