mirror of https://github.com/iv-org/invidious.git
Trending: de-duplicate results
This commit is contained in:
parent
384a8e200c
commit
90914343ec
|
@ -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 New Issue