mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-07-25 00:38:10 -07:00
Add config UI for webdav uploader
This commit is contained in:
committed by
Markus Unterwaditzer
parent
e7ffebbb30
commit
3fcd908d68
+2
-2
@@ -288,12 +288,12 @@ async fn run_with_config(
|
||||
wifi_status.clone(),
|
||||
);
|
||||
|
||||
if let Some(webdav_config) = config.webdav.clone() {
|
||||
if !config.webdav.url.trim().is_empty() {
|
||||
run_webdav_upload_worker(
|
||||
&task_tracker,
|
||||
shutdown_token.clone(),
|
||||
qmdl_store_lock.clone(),
|
||||
webdav_config.into(),
|
||||
config.webdav.clone().into(),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user