mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-14 03:30:25 +01:00
update home screen sections
This commit is contained in:
@@ -1101,7 +1101,7 @@ namespace Emby.Dlna.ContentDirectory
|
||||
StartIndex = query.StartIndex,
|
||||
UserId = query.User.Id.ToString("N")
|
||||
|
||||
}, new List<Folder> { (Folder)parent }, query.DtoOptions);
|
||||
}, new List<BaseItem> { parent }, query.DtoOptions);
|
||||
|
||||
return ToResult(result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user