mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-11-03 22:21:55 +00:00 
			
		
		
		
	Merge pull request #1387 from GauthierPLM/fix-playlist-index
Fix #1382 : Playlists missing first video
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user