From 1a164ba699716b5a6d71cdadf64fe9db4a4ed89b Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Mon, 28 Jan 2013 13:06:47 -0500 Subject: Yank out the Flash player by the roots. --- lib/class/stream.class.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/class/stream.class.php') 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': -- cgit