UPNP: add size attribute
This commit is contained in:
parent
bf910d39f2
commit
ff7924ff78
4 changed files with 14 additions and 5 deletions
|
|
@ -26,6 +26,7 @@ async fn main() -> anyhow::Result<()> {
|
|||
url: "http://192.168.0.165:3030/torrents/4/stream/0/file.mkv".to_owned(),
|
||||
id: 1,
|
||||
parent_id: 0,
|
||||
size: 1,
|
||||
})];
|
||||
|
||||
const HTTP_PORT: u16 = 9005;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue