mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-01 16:06:24 +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