diff options
Diffstat (limited to 'lib/class/stream.class.php')
-rw-r--r-- | lib/class/stream.class.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/class/stream.class.php b/lib/class/stream.class.php index 1b44a492..793d5a6b 100644 --- a/lib/class/stream.class.php +++ b/lib/class/stream.class.php @@ -553,8 +553,6 @@ class Stream { /* Log the failure */ debug_event('downsample',"Error: Max bandwidith already allocated. $active_streams Active Streams",'2'); - /* Toast the now playing entry, then tell em to try again later */ - delete_now_playing($now_playing_id); echo "Maximum bandwidth already allocated. Try again later."; exit(); |