diff --git a/src/NzbDrone.Core/History/HistoryService.cs b/src/NzbDrone.Core/History/HistoryService.cs index 852db1a97..90c36c3a5 100644 --- a/src/NzbDrone.Core/History/HistoryService.cs +++ b/src/NzbDrone.Core/History/HistoryService.cs @@ -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);