summaryrefslogtreecommitdiffstats
path: root/stream.php
diff options
context:
space:
mode:
authorPaul Arthur <paul.arthur@flowerysong.com>2013-01-28 13:06:47 -0500
committerPaul Arthur <paul.arthur@flowerysong.com>2013-01-28 13:26:11 -0500
commit1a164ba699716b5a6d71cdadf64fe9db4a4ed89b (patch)
tree566bc5c32c8b0b0e33a4082eda102659f4143b43 /stream.php
parent17613d090558dc2cd5e28e97917fe873c631e3ba (diff)
downloadampache-1a164ba699716b5a6d71cdadf64fe9db4a4ed89b.tar.gz
ampache-1a164ba699716b5a6d71cdadf64fe9db4a4ed89b.tar.bz2
ampache-1a164ba699716b5a6d71cdadf64fe9db4a4ed89b.zip
Yank out the Flash player by the roots.
Diffstat (limited to 'stream.php')
-rw-r--r--stream.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream.php b/stream.php
index 0b418509..1deab0c0 100644
--- a/stream.php
+++ b/stream.php
@@ -40,7 +40,7 @@ switch ($_REQUEST['action']) {
$media_ids = $GLOBALS['user']->playlist->get_items();
// Check to see if 'clear' was passed if it was then we need to reset the basket
- if ( ($_REQUEST['playlist_method'] == 'clear' || Config::get('playlist_method') == 'clear') AND Config::get('play_type') != 'xspf_player') {
+ if ( ($_REQUEST['playlist_method'] == 'clear' || Config::get('playlist_method') == 'clear')) {
$GLOBALS['user']->playlist->clear();
}