Update src/NzbDrone.Core/Organizer/FileNameBuilder.cs

pull/6606/head
Mark McDowall 3 months ago committed by GitHub
parent c4fc6a32ef
commit c179f9cd52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1170,7 +1170,7 @@ namespace NzbDrone.Core.Organizer
{
if (input.IsNullOrWhiteSpace())
{
return null;
return string.Empty;
}
var maxLength = GetMaxLengthFromFormatter(formatter);

Loading…
Cancel
Save