mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 02:48:19 -07:00
add colleciontype to get proper routing
This commit is contained in:
parent
d38d493413
commit
8b02d5c43c
@ -866,6 +866,7 @@ define(['datetime', 'imageLoader', 'connectionManager', 'itemHelper', 'focusMana
|
||||
ServerId: serverId,
|
||||
Name: name,
|
||||
Type: item.Type,
|
||||
CollectionType: item.CollectionType,
|
||||
IsFolder: item.IsFolder
|
||||
}));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user