diff options
Diffstat (limited to 'playlist.php')
-rw-r--r-- | playlist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playlist.php b/playlist.php index dbe46757..828784bd 100644 --- a/playlist.php +++ b/playlist.php @@ -75,7 +75,7 @@ switch ($action) { access_denied(); } if ($_REQUEST['type'] == 'album') { - $song_ids = get_songs_from_type($_REQUEST['type'],$_REQUEST['song_ids'],$_REQUEST['artist_id']); + $song_ids = get_songs_from_type($_REQUEST['type'],$_REQUEST['song'],$_REQUEST['artist_id']); } else { $song_ids = $_REQUEST['song']; |