mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-09 23:12:15 +05:30
Fix rank_videos
This commit is contained in:
parent
e46ce28939
commit
d6b49bc0ae
@ -249,7 +249,7 @@ def rank_videos(db, n)
|
||||
top = top.map { |a, b| b }
|
||||
|
||||
# Return top
|
||||
return top[1..n]
|
||||
return top[0..n - 1]
|
||||
end
|
||||
|
||||
def make_client(url, context)
|
||||
|
Loading…
Reference in New Issue
Block a user