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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user