Enable child items to be returned if a musicAlbum

This commit is contained in:
BaronGreenback
2021-05-17 23:34:50 +01:00
parent 557a2ad715
commit 48bb338352
2 changed files with 27 additions and 3 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>();