mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-03-26 19:26:26 +00:00
fix: concurrent downloads
This commit is contained in:
@@ -25,7 +25,6 @@ const getETA = (download: DownloadInfo): string | null => {
|
||||
!download.secondsDownloaded ||
|
||||
!download.secondsTotal
|
||||
) {
|
||||
console.log(download);
|
||||
return null;
|
||||
}
|
||||
const elapsed = Date.now() / 1000 - download.startTime;
|
||||
|
||||
Reference in New Issue
Block a user