Updating docker config

This commit is contained in:
Igor Katson 2024-08-26 16:29:58 +01:00
parent 3a8ef207ad
commit d4c4f4d93a
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
5 changed files with 43 additions and 12 deletions

View file

@ -7,7 +7,7 @@ use librqbit_sha1_wrapper::ISha1;
use ssdp::SsdpRunner;
use tokio_util::sync::CancellationToken;
use tracing::debug;
use tracing::{debug, info};
use upnp_types::content_directory::ContentDirectoryBrowseProvider;
mod constants;
@ -63,6 +63,10 @@ impl UpnpServer {
format!("http://{hostname}:{port}{http_prefix}/description.xml")
};
info!(
location = description_http_location,
"starting UPnP/SSDP announcer for MediaServer"
);
let ssdp_runner = crate::ssdp::SsdpRunner::new(ssdp::SsdpRunnerOptions {
usn: usn.clone(),
description_http_location,