Skip to content

Commit

Permalink
Update version to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma67 committed Aug 27, 2020
1 parent dad6311 commit 09daac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ytmusicapi/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9.1"
__version__ = "0.9.2"
2 changes: 1 addition & 1 deletion ytmusicapi/mixins/library.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def get_history(self) -> List[Dict]:
:return: List of playlistItems, see :py:func:`get_playlist`
The additional property ``played`` indicates when the playlistItem was played
The additional property ``feedbackToken`` can be used to remove items with :py:func:`remove_history_item`
The additional property ``feedbackToken`` can be used to remove items with :py:func:`remove_history_items`
"""
self._check_auth()
body = {'browseId': 'FEmusic_history'}
Expand Down

0 comments on commit 09daac6

Please sign in to comment.