From c6b3f8ad502c4a97561984a8c7c11aeb248e5f80 Mon Sep 17 00:00:00 2001 From: Telepathic Walrus Date: Fri, 12 Jan 2024 19:34:05 +0000 Subject: [PATCH] Add missing CollectionType change --- src/components/router/appRouter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/router/appRouter.js b/src/components/router/appRouter.js index 922014687b..a3e599033b 100644 --- a/src/components/router/appRouter.js +++ b/src/components/router/appRouter.js @@ -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') {