diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-09-20 07:39:45 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-09-20 07:39:45 +0000 |
commit | 1dfdf2afab8da95da8c814e3838b3393d88ae53c (patch) | |
tree | f97be5925ed2dbef028d0902861771ea0a3ec473 /lib/class/radio.class.php | |
parent | 649c44446a2368ac004ffa5778704f7213cf54ad (diff) | |
download | ampache-1dfdf2afab8da95da8c814e3838b3393d88ae53c.tar.gz ampache-1dfdf2afab8da95da8c814e3838b3393d88ae53c.tar.bz2 ampache-1dfdf2afab8da95da8c814e3838b3393d88ae53c.zip |
made localplay technically work, lots of work to still do
Diffstat (limited to 'lib/class/radio.class.php')
-rw-r--r-- | lib/class/radio.class.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/class/radio.class.php b/lib/class/radio.class.php index 97bde2f6..45f57ade 100644 --- a/lib/class/radio.class.php +++ b/lib/class/radio.class.php @@ -96,6 +96,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 * it depends on a ID element to determine which radio element it |