You've already forked Sonarr
mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-11-06 09:19:38 +02:00
XBMC Provider finished
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user