projectgoav / E.Deezer

Unoffical asynchronous Deezer .NET API
17 stars 11 forks source link

User/Playlists mixed response #90

Open projectgoav opened 4 years ago

projectgoav commented 4 years ago

User/|me/playlists

List returns both the user created playlists and the user's favourite playlists. The only way to determin if the playlists are user created is to compare the 'Creator' property with a reference user account.

Should expose some indication to callers if the playlist is a user playlist or favourited.

Perhaps we could also expose methods on the user endpoint to return the 2 different lists to the caller, should they wish it