Merge pull request #380 from neilsb/remove-recursive-on-boxsets

This commit is contained in:
Anthony Lavado 2021-03-06 14:22:20 -05:00 committed by GitHub
commit f522a74717
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ sub loadInitialItems()
showTvGuid()
end if
else if m.top.parentItem.collectionType = "CollectionFolder" then
else if m.top.parentItem.collectionType = "CollectionFolder" OR m.top.parentItem.collectionType = "boxsets" then
' Non-recursive, to not show subfolder contents
m.loadItemsTask.recursive = false
else if m.top.parentItem.collectionType = "Channel" then