1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-04 22:40:51 +00: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);