Fixed a rendering issue on the book reader with long absolute positioned images causing a 2 tone background color in dark book reader (#770)
This commit is contained in:
parent
b76fd1db22
commit
6bbe9d7a19
3 changed files with 2 additions and 6 deletions
|
@ -137,8 +137,7 @@ namespace API.Services.Tasks
|
|||
await _unitOfWork.RollbackAsync();
|
||||
}
|
||||
// Tell UI that this series is done
|
||||
await _messageHub.Clients.All.SendAsync(SignalREvents.ScanSeries, MessageFactory.ScanSeriesEvent(seriesId, series.Name),
|
||||
cancellationToken: token);
|
||||
await _messageHub.Clients.All.SendAsync(SignalREvents.ScanSeries, MessageFactory.ScanSeriesEvent(seriesId, series.Name), token);
|
||||
await CleanupDbEntities();
|
||||
BackgroundJob.Enqueue(() => _cacheService.CleanupChapters(chapterIds));
|
||||
BackgroundJob.Enqueue(() => _metadataService.RefreshMetadataForSeries(libraryId, series.Id, false));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue