update to fanart music api changes

This commit is contained in:
Luke Pulverenti 2013-10-13 15:33:47 -04:00
parent 9bfe68c535
commit a32e611aa4
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ namespace MediaBrowser.Providers.Music
if (ConfigurationManager.Configuration.DownloadMusicArtistImages.Logo && !item.HasImage(ImageType.Logo))
{
var node =
doc.SelectSingleNode("//fanart/music/musiclogos/hdmusiclogo/@url") ??
doc.SelectSingleNode("//fanart/music/hdmusiclogos/hdmusiclogo/@url") ??
doc.SelectSingleNode("//fanart/music/musiclogos/musiclogo/@url");
path = node != null ? node.Value : null;
if (!string.IsNullOrEmpty(path))