Minor cleanup for BTN

This commit is contained in:
Bogdan
2023-11-28 09:22:13 +02:00
parent fdaca64d60
commit 9dc117191e
4 changed files with 25 additions and 42 deletions
@@ -138,9 +138,7 @@ namespace NzbDrone.Core.Indexers.BroadcastheNet
private string CleanReleaseName(string releaseName)
{
releaseName = releaseName.Replace("\\", "");
return releaseName;
return releaseName.Replace("\\", "");
}
}
}