mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add colleciontype to get proper routing
This commit is contained in:
parent
d38d493413
commit
8b02d5c43c
1 changed files with 1 additions and 0 deletions
|
@ -866,6 +866,7 @@ define(['datetime', 'imageLoader', 'connectionManager', 'itemHelper', 'focusMana
|
||||||
ServerId: serverId,
|
ServerId: serverId,
|
||||||
Name: name,
|
Name: name,
|
||||||
Type: item.Type,
|
Type: item.Type,
|
||||||
|
CollectionType: item.CollectionType,
|
||||||
IsFolder: item.IsFolder
|
IsFolder: item.IsFolder
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue