Don't set ReleaseGroup twice in while building LocalEpisode

pull/4817/head
Qstick 3 years ago committed by GitHub
parent b90e25f652
commit de528fff42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -293,7 +293,6 @@ namespace NzbDrone.Core.MediaFiles.EpisodeImport.Manual
localEpisode.Path = file;
localEpisode.ReleaseGroup = Parser.Parser.ParseReleaseGroup(file);
localEpisode.Quality = QualityParser.ParseQuality(file);
localEpisode.ReleaseGroup = Parser.Parser.ParseReleaseGroup(file);
localEpisode.Language = LanguageParser.ParseLanguage(file);
localEpisode.Size = _diskProvider.GetFileSize(file);

Loading…
Cancel
Save