Test correct behaviour, fix that behaviour

Change misleading comment
This commit is contained in:
Amelia 2025-06-20 20:55:59 +02:00
parent 0d856d10e3
commit 4411d749b0
2 changed files with 13 additions and 2 deletions

View file

@ -427,6 +427,7 @@ public class ScrobblingService : IScrobblingService
_unitOfWork.ScrobbleRepository.Remove(existingEvt);
await _unitOfWork.CommitAsync();
_logger.LogDebug("Removed scrobble event for {Series} as there is no reading progress", series.Name);
return;
}
// We need to just update Volume/Chapter number