mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-08 07:12:56 +01:00
added library grouping settings.
This commit is contained in:
@@ -762,6 +762,12 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
dto.CollectionType = collectionFolder.CollectionType;
|
||||
}
|
||||
|
||||
var userView = item as UserView;
|
||||
if (userView != null)
|
||||
{
|
||||
dto.CollectionType = userView.ViewType;
|
||||
}
|
||||
|
||||
if (fields.Contains(ItemFields.RemoteTrailers))
|
||||
{
|
||||
dto.RemoteTrailers = hasTrailers != null ?
|
||||
|
||||
Reference in New Issue
Block a user