mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-03 21:56:06 +00:00
Fixed: Double periods in extra file names after rename
This commit is contained in:
parent
41f769790d
commit
413ce1d9a7
1 changed files with 0 additions and 1 deletions
|
@ -90,7 +90,6 @@ namespace NzbDrone.Core.Extras.Files
|
|||
filenameBuilder.Append(fileNameSuffix);
|
||||
}
|
||||
|
||||
filenameBuilder.Append(".");
|
||||
filenameBuilder.Append(extraFile.Extension);
|
||||
|
||||
var existingFileName = Path.Combine(series.Path, extraFile.RelativePath);
|
||||
|
|
Loading…
Reference in a new issue