diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-17 06:30:36 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-17 06:30:36 +0000 |
commit | c522a2c1e97518d21e351821c27a9188e0cb3a1d (patch) | |
tree | a4a2ece3b050d4624ea9737a20bb9d2e0bf9dfb8 /lib/class | |
parent | 4fb9dbd3ef5b0b613efb32c5e02ca64db37d336a (diff) | |
download | ampache-c522a2c1e97518d21e351821c27a9188e0cb3a1d.tar.gz ampache-c522a2c1e97518d21e351821c27a9188e0cb3a1d.tar.bz2 ampache-c522a2c1e97518d21e351821c27a9188e0cb3a1d.zip |
some bug fixes and tweaks
Diffstat (limited to 'lib/class')
-rw-r--r-- | lib/class/stream.class.php | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/lib/class/stream.class.php b/lib/class/stream.class.php index 503fd9bf..6a5599a2 100644 --- a/lib/class/stream.class.php +++ b/lib/class/stream.class.php @@ -5,9 +5,8 @@ All rights reserved. This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License - as published by the Free Software Foundation; either version 2 - of the License, or (at your option) any later version. + modify it under the terms of the GNU General Public License v2 + as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -77,6 +76,18 @@ class Stream { } // start + /** + * manual_url_add + * This manually adds a URL to the stream object for passing + * to whatever, this is an exception for when we don't actually + * have a object_id but instead a weird or special URL + */ + function manual_url_add($url) { + + + + } // manual_url_add + /*! @function create_simplem3u @discussion this creates a simple m3u |