diff --git a/VERSION b/VERSION index 5df1ee6c3..b064c4196 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.4-beta.1 \ No newline at end of file +0.9.4-beta.3 \ No newline at end of file diff --git a/bazarr/api.py b/bazarr/api.py index a9d87481b..6ef5b36ff 100644 --- a/bazarr/api.py +++ b/bazarr/api.py @@ -1492,7 +1492,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)