mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Add experimental dash support
This commit is contained in:
parent
9a7852341d
commit
b3ca3922a9
6 changed files with 40 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue