mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-31 14:11:54 +05:30
linting
This commit is contained in:
@@ -439,7 +439,7 @@ def get_playlist_videos(db, playlist, offset, locale = nil, continuation = nil)
|
|||||||
else
|
else
|
||||||
videos = [] of PlaylistVideo
|
videos = [] of PlaylistVideo
|
||||||
|
|
||||||
until videos.size >= 50 || videos.size == playlist.video_count || offset >= playlist.video_count
|
until videos.size >= 50 || videos.size == playlist.video_count || offset >= playlist.video_count
|
||||||
if offset >= 100
|
if offset >= 100
|
||||||
# Normalize offset to match youtube's behavior (100 videos chunck per request)
|
# Normalize offset to match youtube's behavior (100 videos chunck per request)
|
||||||
normalized_offset = (offset / 100).to_i64 * 100_i64
|
normalized_offset = (offset / 100).to_i64 * 100_i64
|
||||||
|
Reference in New Issue
Block a user