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