1
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 13s
Docker Build & Deploy / Deploy to Production (push) Successful in 4s

This commit is contained in:
孙诚
2025-04-22 17:52:47 +08:00
parent b492658dc6
commit a60c058a49

View File

@@ -127,6 +127,7 @@ public class ChineseNfoRegistry : Registry, IChineseNfoRegistry
foreach (var seasonNumber in sseasonsNumbers)
{
ctn.seasonNumber = seasonNumber;
ctn.seasonNfoPath = Path.Combine(Path.GetDirectoryName(tv) ?? string.Empty, $"Season {seasonNumber}", "season.nfo");
if (requestSeasonNumber != null && requestSeasonNumber != seasonNumber)