refactor remote mount

This commit is contained in:
Scott E. Graves 2024-12-19 09:56:12 -06:00
parent 0a45b51760
commit 890b3e12dc
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -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",
{