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:
parent
b28d329654
commit
6c418302f8
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue