mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 06:45:19 -07:00
Kodi Update Fix: OldFiles -> OldMovieFiles (#483)
This commit is contained in:
parent
cbc70a8ff3
commit
4be7772d53
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue