1
0
Fork 0
mirror of https://github.com/iv-org/invidious.git synced 2025-08-10 23:40:25 -04:00

Merge pull request from GauthierPLM/fix-playlist-index

Fix  : Playlists missing first video
This commit is contained in:
TheFrenchGhosty 2020-09-25 23:04:48 +00:00 committed by GitHub
commit b53f988fca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -483,7 +483,7 @@ def extract_playlist_videos(initial_data : Hash(String, JSON::Any))
published: Time.utc, published: Time.utc,
plid: plid, plid: plid,
live_now: live, live_now: live,
index: index - 1, index: index,
}) })
end end
end end