1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-03-05 13:20:20 -05:00

Fixed: .plexmatch episodes on separate lines

Closes #7362
This commit is contained in:
Mark McDowall
2024-11-04 16:33:53 -08:00
committed by Mark McDowall
parent 67a1ecb0fe
commit e28b7c3df6

View File

@@ -76,7 +76,7 @@ namespace NzbDrone.Core.Extras.Metadata.Consumers.Plex
episodeFormat = $"SP{episodesInFile.First():00}";
}
content.Append($"Episode: {episodeFormat}: {episodeFile.RelativePath}");
content.AppendLine($"Episode: {episodeFormat}: {episodeFile.RelativePath}");
}
}