From e0811ddab09e4574e2d595846b79b54f90b1cbf9 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 3 Sep 2007 23:04:20 +0000 Subject: fixed playlist name editing, cant change the type or the genre yet, tweaked lastfm so it recovers from errors a little better, fixed a stupid typo.... --- templates/show_playlist_row.inc.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates/show_playlist_row.inc.php') diff --git a/templates/show_playlist_row.inc.php b/templates/show_playlist_row.inc.php index f4c4cc3b..99f3caf4 100644 --- a/templates/show_playlist_row.inc.php +++ b/templates/show_playlist_row.inc.php @@ -32,4 +32,7 @@ + has_access()) { ?> + id,'edit',_('Edit'),'edit_playlist_' . $playlist->id); ?> + -- cgit