@if (error && error.length > 0) {
An error has occurred: {{ error }}
Please refresh the screen after fixing this error.
} @if (diskSpaceStatus?.isPaused) {
Bezzad downloads paused due to low disk space
Available: {{ diskSpaceStatus.availableSpaceGB }} GB | Resume at: {{ diskSpaceStatus.thresholdGB * 2 }} GB
Last check: {{ diskSpaceStatus.lastCheckTime | date: 'short' }}
} @if (rateLimitStatus?.nextDequeueTime) {
Debrid provider rate limit reached
New torrents will not be added until {{ rateLimitStatus.nextDequeueTime | date: 'medium' }}
}
@for (torrent of torrents | sort: sortProperty : sortDirection; track torrent.torrentId) { }
Name Category Priority Seeders Files Downloads Size Requested Status
{{ torrent.rdName }} {{ torrent.category }} {{ torrent.priority }} {{ torrent.rdSeeders }} {{ torrent.files.length | number }} {{ torrent.downloads.length | number }} {{ torrent.rdSize | filesize }} {{ torrent.added | date: "medium" }} {{ torrent | status }}
@if (torrents.length > 0) { }