diff --git a/source/Main.bs b/source/Main.bs index 6117a7985..a6b64d447 100644 --- a/source/Main.bs +++ b/source/Main.bs @@ -1208,6 +1208,7 @@ sub onLibrarySelection(selectedItem) if selectedItem.collectionType = "movies" group = CreateVisualLibraryScene(selectedItem, ItemType.MOVIE) m.global.sceneManager.callFunc("pushScene", group) + return end if if isStringEqual(selectedItem.collectionType, "tvshows")