XBMC Provider finished

This commit is contained in:
markus101
2011-03-06 13:36:09 -08:00
parent 2af078b23d
commit 0cb20b0092
6 changed files with 111 additions and 12 deletions

View File

@@ -198,10 +198,10 @@ namespace NzbDrone.Core.Providers
_mediaFileProvider.Update(erm.EpisodeFile);
if (erm.NewDownload)
_externalNotificationProvider.OnDownload();
_externalNotificationProvider.OnDownload(erm);
else
_externalNotificationProvider.OnRename();
_externalNotificationProvider.OnRename(erm);
}
catch (Exception ex)