Kodi GetMovies fails due to Parameter Type

pull/1819/head
Mark McDowall 4 years ago committed by Qstick
parent 74a0574c90
commit 84f5a34625

@ -59,7 +59,7 @@ namespace NzbDrone.Core.Notifications.Xbmc
public List<KodiArtist> GetArtist(XbmcSettings settings)
{
var response = ProcessRequest(settings, "AudioLibrary.GetArtists", new[] { "properties", "musicbrainzartistid" });
var response = ProcessRequest(settings, "AudioLibrary.GetArtists", new List<string> { "properties", "musicbrainzartistid" });
return Json.Deserialize<ArtistResponse>(response).Result.Artists;
}

Loading…
Cancel
Save