mirror of
https://github.com/Radarr/Radarr
synced 2026-01-03 14:13:09 +01:00
Complete reject reason for multi-part
This commit is contained in:
parent
9c86c20c00
commit
025634cd19
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ public Decision IsSatisfiedBy(LocalMovie localMovie, DownloadClientItem download
|
|||
{
|
||||
_logger.Debug("Rejected Multi-Part File: {0}", localMovie.Path);
|
||||
|
||||
return Decision.Reject("File is suspected multi-part file, Radarr doesn't support");
|
||||
return Decision.Reject("File is suspected multi-part file, Radarr doesn't support this");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue