summaryrefslogtreecommitdiff
path: root/lib/VNDB/DB/VN.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/VNDB/DB/VN.pm')
-rw-r--r--lib/VNDB/DB/VN.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/DB/VN.pm b/lib/VNDB/DB/VN.pm
index 8f3bf913..f7c2dc94 100644
--- a/lib/VNDB/DB/VN.pm
+++ b/lib/VNDB/DB/VN.pm
@@ -110,7 +110,7 @@ sub dbVNGet {
pop => 'v.c_popularity %s NULLS LAST',
rating => 'v.c_rating %s NULLS LAST',
title => 'v.title %s',
- tagscore => 'tagscore %s',
+ tagscore => 'tagscore %s, v.title ASC',
rand => 'RANDOM()',
}->{$o{sort}}, $o{reverse} ? 'DESC' : 'ASC';