Back to Kavita

Download Button.Component

UI/Web/src/app/series-detail/_components/download-button/download-button.component.html

0.9.087 B
Original Source

@if (canDownload()) { @if (isDownloading()) { {{t('downloading-status')}} } @else { } }