Merge pull request #1387 from GauthierPLM/fix-playlist-index

Fix #1382 : Playlists missing first video
pull/1391/head
TheFrenchGhosty 4 years ago committed by GitHub
commit b53f988fca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save