diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-08 02:32:45 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-08 02:32:45 +0000 |
commit | 3460950693c609876022a02eb5f42a59c768029e (patch) | |
tree | 4ea3cad99ebd54630f896832ba682d5c25fd3726 /modules | |
parent | 47628fb4b901a5737743264ba14dca52be64a268 (diff) | |
download | ampache-3460950693c609876022a02eb5f42a59c768029e.tar.gz ampache-3460950693c609876022a02eb5f42a59c768029e.tar.bz2 ampache-3460950693c609876022a02eb5f42a59c768029e.zip |
tweaked album of the moment mojo and theoritical fix for flash player
Diffstat (limited to 'modules')
-rw-r--r-- | modules/flash/xspf_player.php | 2 |
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); |