mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add missing CollectionType change
This commit is contained in:
parent
4d638e3ff7
commit
c6b3f8ad50
1 changed files with 1 additions and 1 deletions
|
@ -663,7 +663,7 @@ class AppRouter {
|
|||
}
|
||||
|
||||
if (context !== 'folders' && !itemHelper.isLocalItem(item)) {
|
||||
if (item.CollectionType == 'Movies') {
|
||||
if (item.CollectionType == CollectionType.Movies) {
|
||||
url = '#/movies.html?topParentId=' + item.Id;
|
||||
|
||||
if (options && options.section === 'latest') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue