MediaBrowser / Emby.WindowsPhone

Emby for Windows Phone
http://emby.media
GNU General Public License v2.0
55 stars 17 forks source link

Use artists methods #170

Closed LukePulverenti closed 10 years ago

LukePulverenti commented 10 years ago

(Close this ticket if not applicable).

There is no more need to use the querying api to find artists. Please use the dedicated methods because they provide an additional layer of abstraction:

GetArtistsAsync GetAlbumArtistsAsync

It supports many of the same features as the querying api.