summaryrefslogtreecommitdiffstats
path: root/src/invidious.cr
diff options
context:
space:
mode:
Diffstat (limited to 'src/invidious.cr')
-rw-r--r--src/invidious.cr1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/invidious.cr b/src/invidious.cr
index bc85bb74..f49a40a8 100644
--- a/src/invidious.cr
+++ b/src/invidious.cr
@@ -2822,7 +2822,6 @@ get "/api/v1/playlists/:plid" do |env|
page = env.params.query["page"]?.try &.to_i?
page ||= 1
-
begin
playlist = fetch_playlist(plid)
videos = fetch_playlist_videos(plid, page, playlist.video_count)