mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03: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