summaryrefslogtreecommitdiffstats
path: root/lib/class/stream.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/class/stream.class.php')
-rw-r--r--lib/class/stream.class.php1
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;