mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-03-25 01:24:14 -04:00
fixed totalSkipped counter never incrementing for Sonarr CF sync
This commit is contained in:
@@ -209,6 +209,10 @@ public sealed class CustomFormatScoreSyncer : IHandler
|
||||
itemsInChunk.Add((series, episode, file.Id, file.CustomFormatScore));
|
||||
matched++;
|
||||
}
|
||||
else if (episode.EpisodeFileId > 0)
|
||||
{
|
||||
totalSkipped++;
|
||||
}
|
||||
}
|
||||
|
||||
_logger.LogTrace("[Sonarr] {InstanceName}: series '{SeriesTitle}' (id={SeriesId}) has {TotalEpisodes} episodes, {FileCount} files, {Matched} matched",
|
||||
|
||||
Reference in New Issue
Block a user