Skip to content

Commit

Permalink
Fix Movie library opening 2 screens
Browse files Browse the repository at this point in the history
  • Loading branch information
1hitsong committed Nov 20, 2024
1 parent f6f2077 commit 2c691a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/Main.bs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 2c691a9

Please sign in to comment.