Skip to content

Commit

Permalink
Merge pull request #1885 from cewert/fix-itemmetadata-crash
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert authored Jul 31, 2024
2 parents 0d30bb6 + 69aa291 commit b28c08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/api/Items.bs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function ItemMetaData(id as string)
tmp.image = PosterImage(data.id, imgParams)
tmp.json = data
return tmp
else if LCase(data.type) = "recording"
else if data.type = "Recording"
tmp = CreateObject("roSGNode", "RecordingData")
tmp.image = PosterImage(data.id, imgParams)
tmp.json = data
Expand Down

0 comments on commit b28c08a

Please sign in to comment.