diff options
Diffstat (limited to 'play/index.php')
-rw-r--r-- | play/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/play/index.php b/play/index.php index a55d1c0a..4500a7ad 100644 --- a/play/index.php +++ b/play/index.php @@ -169,7 +169,7 @@ if ($demo_id) { */ if ($random) { if ($start < 1) { - $oid = Random::get_single_song($_REQUEST['type']); + $oid = Random::get_single_song($_REQUEST['random_type']); // Save this one in case we do a seek $_SESSION['random']['last'] = $oid; } |