diff options
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 |