|
|
@ -77,7 +77,7 @@ namespace NzbDrone.Core.Extras
|
|
|
|
.Select(e => e.Trim(' ', '.'))
|
|
|
|
.Select(e => e.Trim(' ', '.'))
|
|
|
|
.ToList();
|
|
|
|
.ToList();
|
|
|
|
|
|
|
|
|
|
|
|
var matchingFilenames = files.Where(f => Path.GetFileNameWithoutExtension(f).StartsWith(sourceFileName));
|
|
|
|
var matchingFilenames = files.Where(f => Path.GetFileNameWithoutExtension(f).StartsWith(sourceFileName, StringComparison.InvariantCultureIgnoreCase));
|
|
|
|
|
|
|
|
|
|
|
|
foreach (var matchingFilename in matchingFilenames)
|
|
|
|
foreach (var matchingFilename in matchingFilenames)
|
|
|
|
{
|
|
|
|
{
|
|
|
|