From 2afb9b0fb868fa746490d5901f956433f33260df Mon Sep 17 00:00:00 2001 From: Jimi Date: Sun, 22 May 2022 16:20:34 -0600 Subject: [PATCH] Add photos back in to client --- components/ItemGrid/LoadItemsTask2.brs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/ItemGrid/LoadItemsTask2.brs b/components/ItemGrid/LoadItemsTask2.brs index 97b2973dd..56da7fa7d 100644 --- a/components/ItemGrid/LoadItemsTask2.brs +++ b/components/ItemGrid/LoadItemsTask2.brs @@ -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