mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 09:49:30 +02:00
Working Broadcast feature
This commit is contained in:
parent
916057fda7
commit
6cdb33ae32
19 changed files with 333 additions and 131 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue