mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-06 03:49:56 +02:00
made localplay technically work, lots of work to still do
This commit is contained in:
parent
649c44446a
commit
1dfdf2afab
9 changed files with 113 additions and 85 deletions
|
@ -95,6 +95,16 @@ class Radio {
|
|||
|
||||
} // format
|
||||
|
||||
/**
|
||||
* get_url
|
||||
* This returns the URL for this live stream
|
||||
*/
|
||||
public function get_url() {
|
||||
|
||||
|
||||
|
||||
} // get_url
|
||||
|
||||
/**
|
||||
* update
|
||||
* This is a static function that takes a key'd array for input
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue