diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-11-14 20:40:23 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-11-14 20:40:23 +0000 |
commit | 9862fe72c653abef13344690b43a4aab24508a19 (patch) | |
tree | 109da1d57e3f779b5e0b9233b3eaddd56df52132 /modules | |
parent | d28c55215d707e54e06e13f761cb5e15d0e01eaf (diff) | |
download | ampache-9862fe72c653abef13344690b43a4aab24508a19.tar.gz ampache-9862fe72c653abef13344690b43a4aab24508a19.tar.bz2 ampache-9862fe72c653abef13344690b43a4aab24508a19.zip |
fixed a problem where random urls were not being used by the flash player
Diffstat (limited to 'modules')
-rw-r--r-- | modules/flash/xspf_player.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/flash/xspf_player.php b/modules/flash/xspf_player.php index 2015f8f1..53cc8b29 100644 --- a/modules/flash/xspf_player.php +++ b/modules/flash/xspf_player.php @@ -1,7 +1,7 @@ <?php /* - Copyright (c) 2001 - 2007 Ampache.org + Copyright (c) Ampache.org All rights reserved. This program is free software; you can redistribute it and/or @@ -51,7 +51,6 @@ switch ($action) { // If there's something to actually add if ($random_url) { $urls[] = $random_url; - $song_ids[] = '-1'; } break; } // end switch on type |