refactor(download): handle stream saver download outside of driver implementation (fix #2366)

This commit is contained in:
Aaron Liu
2025-05-16 13:52:31 +08:00
parent bdaf091aca
commit 0a28bf1689
8 changed files with 73 additions and 59 deletions

View File

@@ -36,8 +36,9 @@ type (
}
EntityUrlCache struct {
Url string
ExpireAt *time.Time
Url string
BrowserDownloadDisplayName string
ExpireAt *time.Time
}
)