diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-28 13:06:47 -0500 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-28 13:26:11 -0500 |
commit | 1a164ba699716b5a6d71cdadf64fe9db4a4ed89b (patch) | |
tree | 566bc5c32c8b0b0e33a4082eda102659f4143b43 /lib/class/stream.class.php | |
parent | 17613d090558dc2cd5e28e97917fe873c631e3ba (diff) | |
download | ampache-1a164ba699716b5a6d71cdadf64fe9db4a4ed89b.tar.gz ampache-1a164ba699716b5a6d71cdadf64fe9db4a4ed89b.tar.bz2 ampache-1a164ba699716b5a6d71cdadf64fe9db4a4ed89b.zip |
Yank out the Flash player by the roots.
Diffstat (limited to 'lib/class/stream.class.php')
-rw-r--r-- | lib/class/stream.class.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/class/stream.class.php b/lib/class/stream.class.php index 7304891c..c2d77e95 100644 --- a/lib/class/stream.class.php +++ b/lib/class/stream.class.php @@ -373,9 +373,6 @@ class Stream { // If this wasn't ajax included run away if (!defined('AJAX_INCLUDE')) { return false; } - // If we're doin the flash magic then run away as well - if (Config::get('play_type') == 'xspf_player') { return false; } - switch (Config::get('playlist_method')) { default: case 'clear': |