I've added sp_albumbrowse to the Album struct so you can get more information from an Album.
I'm not completely sure if my implementation of the sp_albumbrowse handling is correct.
Nice! I'd vote for reverting the merging of AlbumBrowse and Album. These are separate calls into the API and I wish we can preserve this separation. This most likely ends up doing less calls to the backend too.
I've added sp_albumbrowse to the Album struct so you can get more information from an Album. I'm not completely sure if my implementation of the sp_albumbrowse handling is correct.