From 2f935cd641c72e834d62c704acba41111b78cd10 Mon Sep 17 00:00:00 2001
From: Yuval Adam <_@yuv.al>
Date: Tue, 17 Jul 2018 23:51:11 +0300
Subject: HTTP requests successful, aww yiss
---
src/notify.rs | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
(limited to 'src/notify.rs')
diff --git a/src/notify.rs b/src/notify.rs
index da34131..f946fd0 100644
--- a/src/notify.rs
+++ b/src/notify.rs
@@ -15,8 +15,7 @@ pub const BODY_SET_URI: &'static str = r#"
"#;
-pub const BODY_PLAY: &'static str = r#"
-
+pub const BODY_PLAY: &'static str = r#"
@@ -26,8 +25,7 @@ pub const BODY_PLAY: &'static str = r#"
"#;
-const BODY_STOP: &'static str = r#"
-
+pub const BODY_STOP: &'static str = r#"
@@ -39,3 +37,4 @@ const BODY_STOP: &'static str = r#"
pub const A_SET: &'static str = "urn:schemas-upnp-org:service:AVTransport:1#SetAVTransportURI";
pub const A_PLAY: &'static str = "urn:schemas-upnp-org:service:AVTransport:1#Play";
+pub const A_STOP: &'static str = "urn:schemas-upnp-org:service:AVTransport:1#Stop";
--
cgit v1.3.1