mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-03 05:35:29 +00:00
parent
67a1ecb0fe
commit
e28b7c3df6
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ namespace NzbDrone.Core.Extras.Metadata.Consumers.Plex
|
||||||
episodeFormat = $"SP{episodesInFile.First():00}";
|
episodeFormat = $"SP{episodesInFile.First():00}";
|
||||||
}
|
}
|
||||||
|
|
||||||
content.Append($"Episode: {episodeFormat}: {episodeFile.RelativePath}");
|
content.AppendLine($"Episode: {episodeFormat}: {episodeFile.RelativePath}");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue