From 8808c493e8dd24115cbd648e3c92c0dc4c6bb80a Mon Sep 17 00:00:00 2001 From: release-it Date: Thu, 25 Mar 2021 14:48:25 +0000 Subject: [PATCH 1/3] Release 0.9.4-beta.2 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 5df1ee6c3..bdd2ee670 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.4-beta.1 \ No newline at end of file +0.9.4-beta.2 \ No newline at end of file From d0f82198eb835a0e0dfa9ebd87c5987a8bdabc5b Mon Sep 17 00:00:00 2001 From: LASER-Yi Date: Thu, 25 Mar 2021 23:23:18 +0800 Subject: [PATCH 2/3] Fix a issue when requesting wanted movies --- bazarr/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazarr/api.py b/bazarr/api.py index 9daff3774..4d0f2575e 100644 --- a/bazarr/api.py +++ b/bazarr/api.py @@ -1489,7 +1489,7 @@ class MoviesWanted(Resource): postprocessMovie(item) count = database.execute("SELECT COUNT(*) as count FROM table_movies WHERE missing_subtitles != '[]'" + - get_exclusion_clause('series'), only_one=True)['count'] + get_exclusion_clause('movie'), only_one=True)['count'] return jsonify(data=data, total=count) From f69e047a57684263a891b77c289a82f452fe80b6 Mon Sep 17 00:00:00 2001 From: release-it Date: Thu, 25 Mar 2021 15:24:24 +0000 Subject: [PATCH 3/3] Release 0.9.4-beta.3 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index bdd2ee670..b064c4196 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.4-beta.2 \ No newline at end of file +0.9.4-beta.3 \ No newline at end of file