mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-10 09:07:48 +01:00
Trending: de-duplicate results
This commit is contained in:
parent
384a8e200c
commit
90914343ec
1 changed files with 2 additions and 1 deletions
|
@ -35,5 +35,6 @@ def fetch_trending(trending_type, region, locale)
|
|||
end
|
||||
end
|
||||
|
||||
return extracted, plid
|
||||
# Deduplicate items before returning results
|
||||
return extracted.select(SearchVideo).uniq!(&.id), plid
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue