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:
committed by
Leonardo Galli
parent
cbc70a8ff3
commit
4be7772d53
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user