Complete ring buffer and direct download support #26
This commit is contained in:
parent
49fa2e6637
commit
9bead305cf
@ -466,8 +466,8 @@ auto file_manager::open(
|
|||||||
? config_.get_download_timeout_secs()
|
? config_.get_download_timeout_secs()
|
||||||
: 0U;
|
: 0U;
|
||||||
auto type = get_download_type(config_.get_preferred_download_type());
|
auto type = get_download_type(config_.get_preferred_download_type());
|
||||||
event_system::instance().raise<download_type_selected>(fsi.api_path,
|
event_system::instance().raise<download_type_selected>(
|
||||||
fsi.source_path);
|
fsi.api_path, fsi.source_path, type);
|
||||||
|
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case repertory::download_type::direct: {
|
case repertory::download_type::direct: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user