diff --git a/files/routes/front.py b/files/routes/front.py index 0d100b879..9276ca05c 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -40,7 +40,7 @@ def front_all(v, sub=None): t=request.values.get('t', defaulttime) if SITE == 'rdrama.net' and t == 'all' and sort == 'hot': - sort = 'top' + t = 'day' try: gt=int(request.values.get("after", 0)) except: gt=0