diff options
Diffstat (limited to 'modules/localplay/shoutcast.controller.php')
-rw-r--r-- | modules/localplay/shoutcast.controller.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/localplay/shoutcast.controller.php b/modules/localplay/shoutcast.controller.php index 0f6c2e91..760b228f 100644 --- a/modules/localplay/shoutcast.controller.php +++ b/modules/localplay/shoutcast.controller.php @@ -272,7 +272,7 @@ class AmpacheShoutCast extends localplay_controller { $user_id = $user_id ? $user_id : $GLOBALS['user']->id; Preference::update('shoutcast_active',$user_id,intval($uid)); - Config::set('shoutcast_active',intval($uid),'1'); + Config::set('shoutcast_active', intval($uid), true); return true; |