Closed yns88 closed 8 years ago
I actually just noticed this trying to migrate a friend's tracks and was fixing it in my own branch. Thanks for the PR - I'll close it once I've verified & pushed my fix.
Fixed in https://github.com/ianloic/rdio-export/commit/c74277e8cba6785c631ae68dbbb83548e693b83e
Let me know if it's still broken for you.
User.trackCount is an old deprecated field that now returns 0 for most users, regardless of their favorites. The proper way to get a Favorites count from the API is to use a more recent API version and take the 'total' value from the
getFavorites
API result, but that's fairly complicated and IMO the count is not that important to have here.