refactor(download): handle stream saver download outside of driver implementation (fix #2366)
This commit is contained in:
@@ -36,8 +36,9 @@ type (
|
||||
}
|
||||
|
||||
EntityUrlCache struct {
|
||||
Url string
|
||||
ExpireAt *time.Time
|
||||
Url string
|
||||
BrowserDownloadDisplayName string
|
||||
ExpireAt *time.Time
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user