From 32180a41a11c46f30d24b6ac497601c577bf10cd Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 3 Sep 2007 07:23:10 +0000 Subject: added ability to save playlists based on the active playlist, fixed the send on add playlist preference, send and clear still does not work, but its progress --- lib/preferences.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib/preferences.php') diff --git a/lib/preferences.php b/lib/preferences.php index fe404331..6ab531fc 100644 --- a/lib/preferences.php +++ b/lib/preferences.php @@ -339,10 +339,11 @@ function create_preference_input($name,$value) { echo "\n"; break; case 'playlist_method': + ${$value} = ' selected="selected"'; echo "\n"; break; case 'transcode': -- cgit