mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-16 00:30:02 +00:00
feat(download): add file size calculation for DownloadService
This allows the browser to show file size and a time estimate for downloading files. Does not work for ZipOutputStreams though since dir size doesn't match the zip file size. Also added no-cache headers so browser won't start caching downloads.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "frontend",
|
||||
"version": "1.2.3-SNAPSHOT",
|
||||
"version": "1.2.4-SNAPSHOT",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
|
||||
Reference in New Issue
Block a user