Test correct behaviour, fix that behaviour
Change misleading comment
This commit is contained in:
parent
0d856d10e3
commit
4411d749b0
2 changed files with 13 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue