mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-03-05 13:20:20 -05:00
committed by
Mark McDowall
parent
cbd7df2c91
commit
028d2414e7
@@ -73,7 +73,7 @@ namespace NzbDrone.Core.Extras.Metadata.Consumers.Plex
|
|||||||
|
|
||||||
if (episodeFile.SeasonNumber == 0)
|
if (episodeFile.SeasonNumber == 0)
|
||||||
{
|
{
|
||||||
episodeFormat = $"SP{episodesInFile.First():00}";
|
episodeFormat = $"SP{episodesInFile.First().EpisodeNumber:00}";
|
||||||
}
|
}
|
||||||
|
|
||||||
content.AppendLine($"Episode: {episodeFormat}: {episodeFile.RelativePath}");
|
content.AppendLine($"Episode: {episodeFormat}: {episodeFile.RelativePath}");
|
||||||
|
|||||||
Reference in New Issue
Block a user