From 2c691a9fd542b78791e0e5f7d6e9b16375403b7c Mon Sep 17 00:00:00 2001 From: 1hitsong <3330318+1hitsong@users.noreply.github.com> Date: Tue, 19 Nov 2024 20:36:18 -0500 Subject: [PATCH] Fix Movie library opening 2 screens --- source/Main.bs | 1 + 1 file changed, 1 insertion(+) 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")