1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-16 21:15:33 -04:00

Kodi Update Fix: OldFiles -> OldMovieFiles (#483)

This commit is contained in:
vertigo235
2017-01-27 13:34:52 -06:00
committed by Leonardo Galli
parent cbc70a8ff3
commit 4be7772d53

View File

@@ -33,7 +33,7 @@ namespace NzbDrone.Core.Notifications.Xbmc
const string header = "Radarr - Downloaded";
Notify(Settings, header, message.Message);
UpdateAndCleanMovie(message.Movie, message.OldFiles.Any());
UpdateAndCleanMovie(message.Movie, message.OldMovieFiles.Any());
}
public override void OnMovieRename(Movie movie)