summaryrefslogtreecommitdiffstats
path: root/stream.php
diff options
context:
space:
mode:
Diffstat (limited to 'stream.php')
-rw-r--r--stream.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream.php b/stream.php
index b57eb95b..b5230a5d 100644
--- a/stream.php
+++ b/stream.php
@@ -156,7 +156,7 @@ switch ($_REQUEST['method']) {
case 'democratic':
// Don't let them loop it
if (Config::get('play_type') == 'democratic') {
- Config::set('play_type','stream','1');
+ Config::set('play_type', 'stream', true);
}
default:
if (Config::get('play_type') == 'stream') {