summaryrefslogtreecommitdiffstats
path: root/server/stream.ajax.php
diff options
context:
space:
mode:
Diffstat (limited to 'server/stream.ajax.php')
-rw-r--r--server/stream.ajax.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/stream.ajax.php b/server/stream.ajax.php
index e217a996..394e6fbf 100644
--- a/server/stream.ajax.php
+++ b/server/stream.ajax.php
@@ -64,7 +64,7 @@ switch ($_REQUEST['action']) {
// Go ahead and update their preference
if (Preference::update('play_type',$GLOBALS['user']->id,$new)) {
- Config::set('play_type',$new,'1');
+ Config::set('play_type', $new, true);
}