diff --git a/API/Services/Plus/ScrobblingService.cs b/API/Services/Plus/ScrobblingService.cs index 31df1f48b..b9a4546a2 100644 --- a/API/Services/Plus/ScrobblingService.cs +++ b/API/Services/Plus/ScrobblingService.cs @@ -724,13 +724,13 @@ public class ScrobblingService : IScrobblingService .Where(e => !erroredSeries.Contains(e.SeriesId)) .ToList(); - // Clear any events that are already on error table + /*// Clear any events that are already on error table var erroredEvents = await _unitOfWork.ScrobbleRepository.GetAllEventsWithSeriesIds(erroredSeries); if (erroredEvents.Count > 0) { _unitOfWork.ScrobbleRepository.Remove(erroredEvents); await _unitOfWork.CommitAsync(); - } + }*/ return new ScrobbleSyncContext {