We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19ca091 commit b7ac92dCopy full SHA for b7ac92d
tidalapi/user.py
@@ -618,7 +618,7 @@ def albums_paginated(
618
:param order_direction: Optional; A :class:`OrderDirection` describing the ordering direction when sorting by `order`. eg.: "ASC", "DESC"
619
:return: A :class:`list` :class:`~tidalapi.album.Album` objects containing the favorite albums.
620
"""
621
- count = self.session.user.favorites.get_artists_count()
+ count = self.session.user.favorites.get_albums_count()
622
return get_items(
623
self.session.user.favorites.albums, count, order, order_direction
624
)
0 commit comments