From 261e4daa9b852e052b38acf12c7f178cf3678007 Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Sat, 20 Jan 2018 20:01:00 +0000 Subject: [PATCH] Add doc for queue_next --- 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", -- rgit 0.1.3