diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2011-10-27 21:07:54 -0400 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2011-10-27 21:07:54 -0400 |
commit | a3a087e4043c64349cad9ea52dffce7a964a5656 (patch) | |
tree | cf40d043cd7fd4f92922907f0462c1da710fc7eb /lib/class/stream.class.php | |
parent | 051805530981acf9ce5e380b790adbb02a234152 (diff) | |
download | ampache-a3a087e4043c64349cad9ea52dffce7a964a5656.tar.gz ampache-a3a087e4043c64349cad9ea52dffce7a964a5656.tar.bz2 ampache-a3a087e4043c64349cad9ea52dffce7a964a5656.zip |
Update Horde_Browser to latest.
Diffstat (limited to 'lib/class/stream.class.php')
-rw-r--r-- | lib/class/stream.class.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/class/stream.class.php b/lib/class/stream.class.php index c64b3a2e..f1765935 100644 --- a/lib/class/stream.class.php +++ b/lib/class/stream.class.php @@ -617,7 +617,6 @@ class Stream { $min_bitrate = Config::get('min_bit_rate'); $time = time(); $user_sample_rate = Config::get('sample_rate'); - $browser = new Browser(); if (!$song_name) { $song_name = $song->f_artist_full . " - " . $song->title . "." . $song->type; |