1
0
Fork 0
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:
Telepathic Walrus 2024-01-12 19:34:05 +00:00 committed by Bill Thornton
parent 4d638e3ff7
commit c6b3f8ad50

View file

@ -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') {