Fixed: Episode file renamed event stored language properly

Closes #3783
This commit is contained in:
Mark McDowall 2020-05-27 23:52:37 -07:00
parent b28d329654
commit 6c418302f8
1 changed files with 1 additions and 0 deletions

View File

@ -295,6 +295,7 @@ namespace NzbDrone.Core.History
SourceTitle = message.OriginalPath,
SeriesId = message.EpisodeFile.SeriesId,
EpisodeId = episode.Id,
Language = message.EpisodeFile.Language
};
history.Data.Add("SourcePath", sourcePath);