Skip to content

Commit

Permalink
bump version code
Browse files Browse the repository at this point in the history
remove todo!
  • Loading branch information
tsirysndr committed Feb 3, 2023
1 parent d989052 commit 7aa85bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "upnp-client"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
repository = "https://github.com/tsirysndr/upnp-client-rs"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/media_renderer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ impl MediaRendererClient {
self.device_client
.call_action("AVTransport", "Seek", params)
.await?;
todo!()
Ok(())
}

pub async fn stop(&self) -> Result<(), Error> {
Expand Down

0 comments on commit 7aa85bf

Please sign in to comment.