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