mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-17 21:26:13 -04:00
@@ -122,7 +122,11 @@ namespace NzbDrone.Core.MediaFiles
|
||||
}
|
||||
|
||||
episodeFile.RelativePath = series.Path.GetRelativePath(destinationFilePath);
|
||||
localEpisode.FileNameBeforeRename = episodeFile.RelativePath;
|
||||
|
||||
if (localEpisode is not null)
|
||||
{
|
||||
localEpisode.FileNameBeforeRename = episodeFile.RelativePath;
|
||||
}
|
||||
|
||||
if (localEpisode is not null && _scriptImportDecider.TryImport(episodeFilePath, destinationFilePath, localEpisode, episodeFile, mode) is var scriptImportDecision && scriptImportDecision != ScriptImportDecision.DeferMove)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user