From 06bba3740b0bb4efd11cba8386a414ad4ae1fdb6 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sat, 1 Dec 2007 19:53:34 +0000 Subject: fixed url add to localplay, also changed some play links to add --- stream.php | 1 - 1 file changed, 1 deletion(-) (limited to 'stream.php') 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; -- cgit