summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/flash/xspf_player.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/flash/xspf_player.php b/modules/flash/xspf_player.php
index c88999c5..33a7108f 100644
--- a/modules/flash/xspf_player.php
+++ b/modules/flash/xspf_player.php
@@ -31,6 +31,8 @@ $action = scrub_in($_REQUEST['action']);
switch ($action) {
default:
case 'tmp_playlist':
+ // Set for hackage!
+ $_REQUEST['flash_hack'] = 1;
$tmp_playlist = new tmpPlaylist($_REQUEST['tmp_id']);
$items = $tmp_playlist->get_items();
$stream = new Stream('xspf',$items);