diff --git a/bazarr/api/history/stats.py b/bazarr/api/history/stats.py index b9651399d..7ed789307 100644 --- a/bazarr/api/history/stats.py +++ b/bazarr/api/history/stats.py @@ -18,7 +18,7 @@ from ..utils import authenticate class HistoryStats(Resource): @authenticate def get(self): - timeframe = request.args.get('timeframe') or 'month' + timeframe = request.args.get('timeFrame') or 'month' action = request.args.get('action') or 'All' provider = request.args.get('provider') or 'All' language = request.args.get('language') or 'All'