Closed aeip closed 2 years ago
It would be nice to have a method to get a count of library items users have. For example, a count of total songs someone has in their library, a count of total number of playlists, etc.
I just added count for songs, playlists, albums and artists. Can you check and let me know if it works?
Usage:
let songsCount = try await MusadoraKit.librarySongsCount
It would be nice to have a method to get a count of library items users have. For example, a count of total songs someone has in their library, a count of total number of playlists, etc.