From 08e2bafc3511cc5a2d90ce42ae96ec03234a1c6b Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Fri, 30 Nov 2007 08:26:25 +0000 Subject: fixed problem with automatic downsampling, referencing old function --- docs/CHANGELOG | 2 ++ 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(); -- cgit