mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-20 13:58:48 +00:00
Fix Style/VerboseBlock issues
This commit is contained in:
@@ -72,7 +72,7 @@ def fetch_mix(rdid, video_id, cookies = nil, locale = nil)
|
||||
videos += next_page.videos
|
||||
end
|
||||
|
||||
videos.uniq! { |video| video.id }
|
||||
videos.uniq!(&.id)
|
||||
videos = videos.first(50)
|
||||
return Mix.new({
|
||||
title: mix_title,
|
||||
|
||||
Reference in New Issue
Block a user