From ed75c16d815431ca2af34f4d75f1668ec1779661 Mon Sep 17 00:00:00 2001 From: Yozora Date: Tue, 24 Sep 2024 09:13:25 +0100 Subject: [PATCH] Missing Comma --- VERSION | 2 +- tmdbapis/tmdb.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 21344eb..5ab1538 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.17 \ No newline at end of file +1.2.18 \ No newline at end of file diff --git a/tmdbapis/tmdb.py b/tmdbapis/tmdb.py index 68d3346..7bffe1c 100644 --- a/tmdbapis/tmdb.py +++ b/tmdbapis/tmdb.py @@ -39,7 +39,7 @@ "sort_by", "air_date.gte", "air_date.lte", "first_air_date_year", "first_air_date.gte", "first_air_date.lte", "include_adult", "include_null_first_air_dates", "screened_theatrically", "timezone", "vote_average.gte", "vote_average.lte", "vote_count.gte", "vote_count.lte", "watch_region", - "with_companies", "with_genres", "with_keywords", "with_networks" + "with_companies", "with_genres", "with_keywords", "with_networks", "with_runtime.gte", "with_runtime.lte", "with_status", "with_watch_monetization_types", "with_watch_providers", "without_companies", "without_genres", "without_keywords", "without_watch_providers", "with_type", "with_name_translation", "with_overview_translation"