Fixes for streaming problems.

This commit is contained in:
Pecusx
2017-05-07 21:11:43 +02:00
committed by GitHub
parent 5282cd3a3a
commit 44614544f0
3 changed files with 9 additions and 3 deletions
+1
View File
@@ -449,6 +449,7 @@ class Radio:
# Icecast Streaming settings
self.streaming = self.getStoredStreaming()
if self.streaming:
self.streaming = False
self.streamingOn()
else:
self.streamingOff()