mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-23 16:23:41 +00:00
Merge remote-tracking branch 'origin/development' into development
This commit is contained in:
commit
d415511ef8
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.9.4-beta.1
|
||||
0.9.4-beta.3
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue