mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Fix season selector query
This commit is contained in:
parent
e9c5e5e627
commit
6076e3af87
@ -166,7 +166,7 @@ EpisodeList.query = (
|
||||
parser: EpisodeP,
|
||||
path: ["show", slug, "episode"],
|
||||
params: {
|
||||
seasonNumber: season ? `gte:${season}` : undefined,
|
||||
filter: season ? `seasonNumber gte ${season}` : undefined,
|
||||
fields: ["watchStatus"],
|
||||
},
|
||||
infinite: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user