Trending: de-duplicate results

This commit is contained in:
Samantaz Fox 2023-05-03 00:02:38 +02:00
parent 384a8e200c
commit 90914343ec
No known key found for this signature in database
GPG Key ID: F42821059186176E

View File

@ -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