From 22f4152ee5c8ff25a3e827a73a6d95fca8084dcf Mon Sep 17 00:00:00 2001 From: 1hitsong <3330318+1hitsong@users.noreply.github.com> Date: Fri, 27 Oct 2023 16:53:44 -0400 Subject: [PATCH] Fix Recording library quickplay from home view --- source/utils/quickplay.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/utils/quickplay.bs b/source/utils/quickplay.bs index 90d15528..794d8ef6 100644 --- a/source/utils/quickplay.bs +++ b/source/utils/quickplay.bs @@ -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,