mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
moveepisode is less side-effecty!
This commit is contained in:
parent
e256271c5c
commit
954a79639f
6 changed files with 19 additions and 27 deletions
|
@ -93,7 +93,8 @@ namespace NzbDrone.Core.History
|
|||
EpisodeId = episode.Id
|
||||
};
|
||||
|
||||
history.Data.Add("FileId", message.ImportedEpisode.Id.ToString());
|
||||
//Won't have a value since we publish this event before saving to DB.
|
||||
//history.Data.Add("FileId", message.ImportedEpisode.Id.ToString());
|
||||
history.Data.Add("DroppedPath", message.DroppedEpisode.Path);
|
||||
history.Data.Add("ImportedPath", message.ImportedEpisode.Path);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue