Skip to content

Commit

Permalink
fixed movie genre quickplay (by 1hitsong)
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert committed Oct 20, 2023
1 parent 6c664ca commit 7f4462c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/utils/quickplay.bs
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,9 @@ namespace quickplay
paramArray["studioIds"] = itemNode.id
else if folderType = "genre"
paramArray["genreIds"] = itemNode.id
if isValid(itemNode.json.MovieCount) and itemNode.json.MovieCount > 0
paramArray["includeItemTypes"] = "Movie"
end if
else if folderType = "musicgenre"
paramArray["genreIds"] = itemNode.id
paramArray.delete("videoTypes")
Expand Down

0 comments on commit 7f4462c

Please sign in to comment.