Back to Kavita

Download Queue Widget.Component

UI/Web/src/app/nav/_components/download-queue-widget/download-queue-widget.component.html

0.9.0360 B
Original Source

@if (downloadService.hasActiveDownloads() || downloadService.completedTodayCount() > 0 || downloadService.olderCompletedCount() > 0 || downloadService.failedItems().length > 0) { @if (downloadService.isPaused() && downloadService.queuedItems().length > 0) { } @if (downloadService.totalActiveCount() > 0) { {{ downloadService.totalActiveCount() }} } }