1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-03-05 13:20:20 -05:00

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

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);