summaryrefslogtreecommitdiffstats
path: root/song.php
diff options
context:
space:
mode:
Diffstat (limited to 'song.php')
-rw-r--r--song.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/song.php b/song.php
index 96a3e096..3f36313a 100644
--- a/song.php
+++ b/song.php
@@ -90,7 +90,7 @@ elseif ( $_REQUEST['random'] ) {
}
/* Setup the options array */
- $options = array('limit' => $_REQUEST['random'], 'unplayed' => $_REQUEST['unplayed'], 'full_album' => $_REQUEST['full_album'], 'full_artist' => $_REQUEST['full_artist']);
+ $options = array('limit' => $_REQUEST['random'], 'random_type' => $_REQUEST['random_type']);
$song_ids = get_random_songs($options, $matchlist);