Merge pull request #6071 from BaronGreenback/DLNAFolderFixPart1

Make DLNA folders to work as expected.
This commit is contained in:
Claus Vium
2021-06-07 09:55:58 +02:00
committed by GitHub
2 changed files with 27 additions and 2 deletions

View File

@@ -265,6 +265,11 @@ namespace MediaBrowser.Controller.Entities
public bool? IsDeadPerson { get; set; }
/// <summary>
/// Gets or sets a value indicating whether album sub-folders should be returned if they exist.
/// </summary>
public bool? DisplayAlbumFolders { get; set; }
public InternalItemsQuery()
{
AlbumArtistIds = Array.Empty<Guid>();