summaryrefslogtreecommitdiffstats
path: root/stream.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-01 19:53:34 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-01 19:53:34 +0000
commit06bba3740b0bb4efd11cba8386a414ad4ae1fdb6 (patch)
tree376913d116f1b3ff9e509d4c800f18107a3a8c00 /stream.php
parentaed7695b2124cccca87d41cdee51cbe31db44452 (diff)
downloadampache-06bba3740b0bb4efd11cba8386a414ad4ae1fdb6.tar.gz
ampache-06bba3740b0bb4efd11cba8386a414ad4ae1fdb6.tar.bz2
ampache-06bba3740b0bb4efd11cba8386a414ad4ae1fdb6.zip
fixed url add to localplay, also changed some play links to add
Diffstat (limited to 'stream.php')
-rw-r--r--stream.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/stream.php b/stream.php
index c48d53c6..77621b01 100644
--- a/stream.php
+++ b/stream.php
@@ -198,7 +198,6 @@ switch ($_REQUEST['method']) {
if ($GLOBALS['user']->prefs['play_type'] == 'democratic') {
$GLOBALS['user']->prefs['play_type'] = 'stream';
}
- break;
default:
$stream_type = $GLOBALS['user']->prefs['play_type'];
break;