mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-08 17:08:35 +08:00
fix
This commit is contained in:
@@ -399,7 +399,7 @@ class TheMovieDbModule(_ModuleBase):
|
|||||||
"with_watch_providers": with_watch_providers,
|
"with_watch_providers": with_watch_providers,
|
||||||
"vote_average.gte": vote_average,
|
"vote_average.gte": vote_average,
|
||||||
"vote_count.gte": vote_count,
|
"vote_count.gte": vote_count,
|
||||||
"release_date.gte": release_date,
|
"first_air_date.gte": release_date,
|
||||||
"page": page
|
"page": page
|
||||||
})
|
})
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user