Fixed: XBMC will update the series path only when possible

This commit is contained in:
Mark McDowall
2014-09-23 18:18:02 -07:00
parent d5917f34ad
commit 89aa25e016
2 changed files with 2 additions and 7 deletions

View File

@@ -89,7 +89,7 @@ namespace NzbDrone.Core.Notifications.Xbmc
settings.Address);
}
var response = _proxy.UpdateLibrary(settings, null);
var response = _proxy.UpdateLibrary(settings, seriesPath);
if (!response.Equals("OK", StringComparison.InvariantCultureIgnoreCase))
{