summaryrefslogtreecommitdiffstats
path: root/lib/preferences.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/preferences.php')
-rw-r--r--lib/preferences.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/preferences.php b/lib/preferences.php
index a94140a6..48430632 100644
--- a/lib/preferences.php
+++ b/lib/preferences.php
@@ -280,6 +280,7 @@ function create_preference_input($name,$value) {
echo "\t<option value=\"pls\" $pls_type>" . _("PLS") . "</option>\n";
echo "\t<option value=\"asx\" $asx_type>" . _("Asx") . "</option>\n";
echo "\t<option value=\"ram\" $ram_type>" . _("RAM") . "</option>\n";
+ echo "\t<option value=\"xspf\" $xspf_type>" . _("XSPF") . "</option>\n";
echo "</select>\n";
break;
case 'lang':