mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Release group is added to history and episodefile
This commit is contained in:
parent
d6c90e7f36
commit
6f3262c68a
9 changed files with 37 additions and 11 deletions
|
@ -154,6 +154,7 @@ namespace NzbDrone.Core.Providers
|
|||
episodeFile.Proper = parseResult.Quality.Proper;
|
||||
episodeFile.SeasonNumber = parseResult.SeasonNumber;
|
||||
episodeFile.SceneName = Path.GetFileNameWithoutExtension(filePath.NormalizePath());
|
||||
episodeFile.ReleaseGroup = parseResult.ReleaseGroup;
|
||||
var fileId = _mediaFileProvider.Add(episodeFile);
|
||||
|
||||
//Link file to all episodes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue