Add config UI for webdav uploader

This commit is contained in:
Markus Unterwaditzer
2026-04-26 22:30:46 +02:00
committed by Markus Unterwaditzer
parent e7ffebbb30
commit 3fcd908d68
4 changed files with 188 additions and 5 deletions
+2 -2
View File
@@ -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(),
);
}