Skip to content

Commit

Permalink
Merge pull request #614 from MoojMidge/missing_order_param
Browse files Browse the repository at this point in the history
Fix missing order parameter
  • Loading branch information
MoojMidge authored Mar 2, 2024
2 parents 1d58fce + 27eaded commit cf3b3d0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ class AbstractContext(object):
'item',
'item_id',
'next_page_token',
'order',
'page_token',
'parent_id',
'playlist', # deprecated
Expand Down

0 comments on commit cf3b3d0

Please sign in to comment.