CC-5254 : Listener Status for SHOUTcast doesn't work

clrf
This commit is contained in:
Naomi Aro 2013-06-24 17:26:20 -04:00
parent c5221aae6a
commit e0d2de642d

View file

@ -63,10 +63,10 @@ SQL;
$enabledOut[$enabledMountPoint] = $out[$enabledMountPoint];
}
else {
//TODO fix this hack (here for CC-5254)
//all shoutcast streams are automatically put under "shoutcast" mount point.
if (isset($out["shoutcast"])) {
$enabledOut["shoutcast"] = $out["shoutcast"];
//TODO fix this hack (here for CC-5254)
//all shoutcast streams are automatically put under "shoutcast" mount point.
if (isset($out["shoutcast"])) {
$enabledOut["shoutcast"] = $out["shoutcast"];
}
}
}