🏡 index : ~doyle/sonos.rs.git

author Jordan Doyle <jordanjd@amazon.com> 2018-01-20 20:01:00.0 +00:00:00
committer Jordan Doyle <jordanjd@amazon.com> 2018-01-20 20:01:00.0 +00:00:00
commit
261e4daa9b852e052b38acf12c7f178cf3678007 [patch]
tree
96e06398ca5569677ed0fdfa4b70cf3b69550f07
parent
da1d2e0d59186ebbe4d78cb54966c1791db253d3
download
261e4daa9b852e052b38acf12c7f178cf3678007.tar.gz

Add doc for queue_next



Diff

 src/device.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/device.rs b/src/device.rs
index 9fbad53..8a4ac9c 100644
--- a/src/device.rs
+++ a/src/device.rs
@@ -364,6 +364,7 @@
        Ok(())
    }

    /// Add a track to the queue to play next

    pub fn queue_next(&self, uri: &str) -> Result<()> {
        self.soap(
            "MediaRenderer/AVTransport/Control",