Fix Recording library quickplay from home view

This commit is contained in:
1hitsong 2023-10-27 16:53:44 -04:00 committed by Charles Ewert
parent ac592aa78f
commit 22f4152ee5

View File

@ -483,7 +483,7 @@ namespace quickplay
quickplay.pushToQueue(boxsetData.Items)
end if
end if
else if collectionType = "tvshows"
else if collectionType = "tvshows" or collectionType = "collectionfolder"
' get list of tv shows inside
tvshowsData = api.users.GetItemsByQuery(m.global.session.user.id, {
"parentId": itemNode.id,