Skip to content

Commit

Permalink
Fix Recording library quickplay from home view
Browse files Browse the repository at this point in the history
  • Loading branch information
1hitsong authored and cewert committed Oct 28, 2023
1 parent ac592aa commit 22f4152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/utils/quickplay.bs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 22f4152

Please sign in to comment.