summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--playlist.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/playlist.php b/playlist.php
index 41bed506..0e36bd4e 100644
--- a/playlist.php
+++ b/playlist.php
@@ -54,7 +54,7 @@ switch ($action) {
/* Show Confirmation Question */
$message = _('Are you sure you want to delete this playlist') . " " . $playlist->name . "?";
- show_confirmation(_('Confirm Action'),$message,'/playlist.php',1);
+ show_confirmation(_('Confirm Action'),$message,'/playlist.php?action=delete_playlist&playlist_id=' . $playlist->id,1);
break;
case 'add_to':
case 'add to':