summaryrefslogtreecommitdiffstats
path: root/play/index.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-09-09 06:03:33 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-09-09 06:03:33 +0000
commit6628e6f2e3d28618887a2c19a4d6f52d274d32be (patch)
tree9fc87c1cd295e6fac41a329fb8871cd95fa90438 /play/index.php
parent7920c8576184d59a77a9fbe5b00f77f62f3f3b28 (diff)
downloadampache-6628e6f2e3d28618887a2c19a4d6f52d274d32be.tar.gz
ampache-6628e6f2e3d28618887a2c19a4d6f52d274d32be.tar.bz2
ampache-6628e6f2e3d28618887a2c19a4d6f52d274d32be.zip
fixed downsample to invalid bitrates
Diffstat (limited to 'play/index.php')
-rw-r--r--play/index.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/play/index.php b/play/index.php
index f32cc27b..8d41c88a 100644
--- a/play/index.php
+++ b/play/index.php
@@ -141,9 +141,6 @@ if ( $catalog->catalog_type == 'remote' ) {
else {
- if ($user->prefs['play_type'] == 'downsample') {
- $ds = $user->prefs['sample_rate'];
- }
// Update the users last seen
$user->update_last_seen();