Skip to content

Commit

Permalink
Merge pull request #604 from jimdogx/fixes/add-photos-back
Browse files Browse the repository at this point in the history
  • Loading branch information
neilsb authored May 23, 2022
2 parents 3f1ad4d + 04b92cf commit ba773a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/ItemGrid/LoadItemsTask2.brs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ sub loadItems()
tmp = CreateObject("roSGNode", "FolderData")
else if item.Type = "Video"
tmp = CreateObject("roSGNode", "VideoData")
else if item.Type = "Photo"
tmp = CreateObject("roSGNode", "PhotoData")
else if item.type = "PhotoAlbum"
tmp = CreateObject("roSGNode", "FolderData")
else
print "[LoadItems] Unknown Type: " item.Type
end if
Expand Down

0 comments on commit ba773a8

Please sign in to comment.