Skip to content

Commit

Permalink
address reviewer feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert committed Jul 18, 2024
1 parent e4f5c19 commit 4ca1bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Main.bs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ sub Main (args as dynamic) as void

currentScene = m.global.sceneManager.callFunc("getActiveScene")

if isValid(currentScene) and isValid(currentScene.itemContent) and isValid(currentScene.itemContent.id) and isValid(currentScene.itemContent.json)
if isValid(currentScene) and isValid(currentScene.itemContent) and isValid(currentScene.itemContent.id)
' Refresh movie detail data
currentScene.itemContent.json = api.users.GetItem(m.global.session.user.id, currentScene.itemContent.id)
movieMetaData = ItemMetaData(currentScene.itemContent.id)
Expand Down

0 comments on commit 4ca1bfb

Please sign in to comment.