mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 02:39:47 +02:00
- Added Live Stream (Internet Radio) support
- New Database Update corrects some issues and makes internet radio possible - Fixed ratings - Added new Transcode preference, doesn't do anything yet - New "Radio Stations" browse type
This commit is contained in:
parent
84eca6a3d5
commit
216e691dfa
22 changed files with 563 additions and 59 deletions
|
@ -61,6 +61,11 @@ switch($_REQUEST['action']) {
|
|||
$song_ids = Browse::get_objects();
|
||||
Browse::show_objects($song_ids);
|
||||
break;
|
||||
case 'live_stream':
|
||||
Browse::set_type('live_stream');
|
||||
$live_stream_ids = Browse::get_objects();
|
||||
Browse::show_objects($live_stream_ids);
|
||||
break;
|
||||
case 'catalog':
|
||||
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue