refactor remote mount
This commit is contained in:
parent
0a45b51760
commit
890b3e12dc
@ -118,7 +118,7 @@ private:
|
||||
} else {
|
||||
success = false;
|
||||
}
|
||||
} catch (const json::exception &ex) {
|
||||
} catch (const std::exception &ex) {
|
||||
utils::error::raise_error(function_name, ex, "exception occurred");
|
||||
success = false;
|
||||
ret = false;
|
||||
|
@ -230,6 +230,7 @@ auto app_config::get_json() const -> json {
|
||||
{"OnlineCheckRetrySeconds", online_check_retry_secs_},
|
||||
{"OrphanedFileRetentionDays", orphaned_file_retention_days_},
|
||||
{"PreferredDownloadType", preferred_download_type_},
|
||||
{"RemoteConfig", remote_config_},
|
||||
{
|
||||
"RemoteMount",
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user