mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Fix Build Issue due to localEpisode reference
This commit is contained in:
parent
48d31523a5
commit
6e7299cdf2
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ namespace NzbDrone.Core.MediaFiles.TrackImport.Manual
|
|||
var localTrack = new LocalTrack();
|
||||
localTrack.Path = file;
|
||||
localTrack.Quality = QualityParser.ParseQuality(file);
|
||||
localEpisode.Language = LanguageParser.ParseLanguage(file);
|
||||
localTrack.Language = LanguageParser.ParseLanguage(file);
|
||||
localTrack.Size = _diskProvider.GetFileSize(file);
|
||||
|
||||
return MapItem(new ImportDecision(localTrack, new Rejection("Unknown Artist")), folder, downloadId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue