Fix Recording library quickplay from home view
This commit is contained in:
parent
ac592aa78f
commit
22f4152ee5
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user