Merge remote-tracking branch 'origin/development' into development

This commit is contained in:
morpheus65535 2021-03-25 14:52:10 -04:00
commit d415511ef8
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0.9.4-beta.1
0.9.4-beta.3

View File

@ -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)