Hi Efrat !
I'm trying to develop an app to retrieve some data from Beats.
I found that there is an exception in the method GetAlbumByArtist (Id)
ex. code
var Albums = await client.Artists.GetAlbumsByArtist(artistId);
Exception:
An unhandled exception of type 'System.ArgumentException' occurred in mscorlib.dll
Additional information: The argument type, 'CodingChick.BeatsMusicAPI.Core.Endpoints.Enums.PlaylistRefType', is not the same as the enum type 'CodingChick.BeatsMusicAPI.Core.Endpoints.Enums.AlbumRefType'.
Can you confirm ?
Hi Efrat !
I'm trying to develop an app to retrieve some data from Beats.
I found that there is an exception in the method GetAlbumByArtist (Id)
ex. code
var Albums = await client.Artists.GetAlbumsByArtist(artistId);
Exception:
An unhandled exception of type 'System.ArgumentException' occurred in mscorlib.dll
Additional information: The argument type, 'CodingChick.BeatsMusicAPI.Core.Endpoints.Enums.PlaylistRefType', is not the same as the enum type 'CodingChick.BeatsMusicAPI.Core.Endpoints.Enums.AlbumRefType'.
Can you confirm ?