mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Merge pull request #1387 from GauthierPLM/fix-playlist-index
Fix #1382 : Playlists missing first video
This commit is contained in:
commit
b53f988fca
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue