1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 09:49:30 +02:00

Working Broadcast feature

This commit is contained in:
Afterster 2014-02-09 23:00:50 +01:00
parent 916057fda7
commit 6cdb33ae32
19 changed files with 333 additions and 131 deletions

View file

@ -100,6 +100,9 @@ switch ($_REQUEST['action']) {
case 'channel':
$_SESSION['iframe']['target'] = AmpConfig::get('web_path') . '/stream.php?action=channel&id='.$_REQUEST['channel_id'];
break;
case 'broadcast':
$_SESSION['iframe']['target'] = AmpConfig::get('web_path') . '/stream.php?action=broadcast&id='.$_REQUEST['broadcast_id'];
break;
}
if (!empty($_REQUEST['append'])) {
$_SESSION['iframe']['target'] .= '&append=true';