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