Skip to content

Commit

Permalink
Merge pull request #1845 from cewert/fix-season-details-crash
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert authored Jul 21, 2024
2 parents d93e289 + 525d545 commit b580bd4
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 @@ -232,7 +232,7 @@ sub Main (args as dynamic) as void
end if

seasonMetaData = ItemMetaData(currentScene.seasonData.id)
currentScene.seasonData = seasonMetaData.json
if isValid(seasonMetaData) then currentScene.seasonData = seasonMetaData.json
currentScene.episodeObjects = currentScene.objects
currentScene.callFunc("updateSeason")
end if
Expand Down

0 comments on commit b580bd4

Please sign in to comment.