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

Fix #1382 : Playlists missing first video
このコミットが含まれているのは:
TheFrenchGhosty 2020-09-25 23:04:48 +00:00 committed by GitHub
コミット b53f988fca
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -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