From 88d968dfaa1cd93185db0e92ed20af0f250aa62a Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Tue, 21 Aug 2007 04:35:01 +0000 Subject: updated lastfm protocol to 1.2, improved the logic behind it does not require a logout, also fixed duplicate stats collection of greedy players --- lib/preferences.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/preferences.php') diff --git a/lib/preferences.php b/lib/preferences.php index e3cd19c3..fe404331 100644 --- a/lib/preferences.php +++ b/lib/preferences.php @@ -113,8 +113,8 @@ function update_preferences($pref_id=0) { $value = validate_bitrate($value); break; /* MD5 the LastFM & MyStrands so it's not plainTXT */ - case 'mystrands_pass': case 'lastfm_pass': + case 'mystrands_pass': /* If it's our default blanking thing then don't use it */ if ($value == '******') { unset($_REQUEST[$name]); break; } $value = md5($value); -- cgit