mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-11-27 08:20:47 +00:00
fixed movie genre quickplay (by 1hitsong)
This commit is contained in:
parent
6c664ca119
commit
7f4462c44c
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user