Exemplo n.º 1
0
     die;
 } else {
     if ($_GET['action'] == "viewMyRadio") {
         print $streams->viewMyRadio();
         die;
     } else {
         if ($_GET['action'] == "loadStation") {
             print $streams->loadStation($_GET['station']);
             die;
         } else {
             if ($_GET['action'] == "removeRadioStation") {
                 print $streams->removeRadioStation($_GET['station']);
                 die;
             } else {
                 if ($_GET['action'] == "suggest") {
                     print $streams->suggestRadioStationItem($_GET['term']);
                     die;
                 } else {
                     if ($_GET['action'] == "addToRadioStation") {
                         print $streams->addToRadioStation($_GET['station'], $_GET['dir']);
                         die;
                     } else {
                         if ($_GET['action'] == "saveVolume") {
                             print $streams->saveVolume($_GET['volume']);
                             die;
                         } else {
                             if ($_GET['action'] == "downloadPlaylist") {
                                 die;
                             } else {
                                 if ($_GET['action'] == "removeFromPlaylist") {
                                     print $streams->removeFromPlaylist($_GET['dir'], $_GET['file']);