Skip to content

Commit

Permalink
InnerTube: next: index -> playlistIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
tombulled authored Jul 30, 2023
1 parent bca55a0 commit 63ff7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion innertube/clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def next(
params=params,
playlistId=playlist_id,
videoId=video_id,
index=index,
playlistIndex=index,
continuation=continuation,
)
),
Expand Down

0 comments on commit 63ff7ec

Please sign in to comment.