summaryrefslogtreecommitdiffstats
path: root/src/VLCInput.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/VLCInput.h')
-rw-r--r--src/VLCInput.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/VLCInput.h b/src/VLCInput.h
index ad23c4d..1ea0bee 100644
--- a/src/VLCInput.h
+++ b/src/VLCInput.h
@@ -119,7 +119,7 @@ class VLCInput
std::vector<uint8_t> m_current_buf;
- mutable std::mutex m_queue_mutex;
+ std::mutex m_queue_mutex;
std::deque<uint8_t> m_queue;
std::string m_uri;
@@ -138,6 +138,7 @@ class VLCInput
std::future<bool> icy_text_written;
+ std::mutex m_nowplaying_mutex;
std::string m_nowplaying;
std::string m_nowplaying_previous;