mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-29 18:42:29 -04:00
Fix season selector query
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user