summaryrefslogtreecommitdiffstats
path: root/lib/preferences.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/preferences.php')
-rw-r--r--lib/preferences.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/preferences.php b/lib/preferences.php
index b35f3036..66338a05 100644
--- a/lib/preferences.php
+++ b/lib/preferences.php
@@ -113,7 +113,8 @@ function update_preferences($pref_id=0) {
case 'sample_rate':
$value = validate_bitrate($value);
break;
- /* MD5 the LastFM so it's not plainTXT */
+ /* MD5 the LastFM & MyStrands so it's not plainTXT */
+ case 'mystrands_pass':
case 'lastfm_pass':
/* If it's our default blanking thing then don't use it */
if ($value == '******') { unset($_REQUEST[$name]); break; }