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
1 changed files with 1 additions and 1 deletions

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)