diff options
-rwxr-xr-x | docs/CHANGELOG | 2 | ||||
-rw-r--r-- | lib/class/stream.class.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/CHANGELOG b/docs/CHANGELOG index b6448b55..3e1c217b 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -4,6 +4,8 @@ -------------------------------------------------------------------------- v.3.4-Alpha4 + - Fixed a problem with automatic downsampling which was referencing + a now non-existant function - Massive speed improvement on display and sorting of standard browse functions - Put Ratings back into single song view 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(); |