diff options
Diffstat (limited to 'ytparser.go')
| -rw-r--r-- | ytparser.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ytparser.go b/ytparser.go index df688dc..689ff84 100644 --- a/ytparser.go +++ b/ytparser.go @@ -209,9 +209,9 @@ func translateOrder(order string) string { case "views": return "CAMSAhAB" case "rating": - return "CAASAhAB" - default: return "CAESAhAB" + default: + return "CAASAhAB" } } |
