refactor(download): handle stream saver download outside of driver implementation (fix #2366)
This commit is contained in:
@@ -105,6 +105,8 @@ type (
|
||||
ThumbMaxSize int64
|
||||
// ThumbProxy indicates whether to generate thumbnails using local generators.
|
||||
ThumbProxy bool
|
||||
// BrowserRelayedDownload indicates whether to relay download via stream-saver.
|
||||
BrowserRelayedDownload bool
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user