mirror of
https://github.com/Sonarr/Sonarr
synced 2025-12-06 08:28:37 +01:00
parent
67a1ecb0fe
commit
e28b7c3df6
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ public override MetadataFileResult SeriesMetadata(Series series, SeriesMetadataR
|
|||
episodeFormat = $"SP{episodesInFile.First():00}";
|
||||
}
|
||||
|
||||
content.Append($"Episode: {episodeFormat}: {episodeFile.RelativePath}");
|
||||
content.AppendLine($"Episode: {episodeFormat}: {episodeFile.RelativePath}");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue