Now playing en mega menu

This commit is contained in:
2020-01-25 01:50:48 +01:00
parent d6a3f5e119
commit 4322491143
10 changed files with 232 additions and 22 deletions

View File

@@ -29,7 +29,7 @@ class RadioController extends Controller
public function onair()
{
return $this->API('programma/schema/onair')->current->name;
return response()->json($this->API('programma/schema/onair?nonstop=1'));
}
public function program($id)