diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-11-30 08:26:25 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-11-30 08:26:25 +0000 |
commit | 08e2bafc3511cc5a2d90ce42ae96ec03234a1c6b (patch) | |
tree | d62b23aad83bc6d1e9dd0c949221bbcf2ab3e733 /lib | |
parent | 49320e25cc9fafd3aa4f2cbad61e24a0a4cecafe (diff) | |
download | ampache-08e2bafc3511cc5a2d90ce42ae96ec03234a1c6b.tar.gz ampache-08e2bafc3511cc5a2d90ce42ae96ec03234a1c6b.tar.bz2 ampache-08e2bafc3511cc5a2d90ce42ae96ec03234a1c6b.zip |
fixed problem with automatic downsampling, referencing old function
Diffstat (limited to 'lib')
-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(); |