diff options
author | Paul 'flowerysong' Arthur <flowerysong00@yahoo.com> | 2010-10-06 16:58:31 +0000 |
---|---|---|
committer | Paul 'flowerysong' Arthur <flowerysong00@yahoo.com> | 2010-10-06 16:58:31 +0000 |
commit | 4f3d8851cf325cf5a8465ca6880c48f74629b449 (patch) | |
tree | 1eee4932b98ae7dc956fb30e71ff1a3996e46887 /lib/class/preference.class.php | |
parent | 2066c7908b5a033415022ad50102be48e2c4d4ab (diff) | |
download | ampache-4f3d8851cf325cf5a8465ca6880c48f74629b449.tar.gz ampache-4f3d8851cf325cf5a8465ca6880c48f74629b449.tar.bz2 ampache-4f3d8851cf325cf5a8465ca6880c48f74629b449.zip |
Break everyone's config by changing metadata gathering.
Diffstat (limited to 'lib/class/preference.class.php')
-rw-r--r-- | lib/class/preference.class.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/class/preference.class.php b/lib/class/preference.class.php index bc2e9b2e..7eb78f65 100644 --- a/lib/class/preference.class.php +++ b/lib/class/preference.class.php @@ -323,8 +323,8 @@ class Preference { * become an array and boolean everythings */ public static function fix_preferences($results) { - $arrays = array('auth_methods', 'tag_order', 'art_order', - 'amazon_base_urls'); + $arrays = array('auth_methods', 'getid3_tag_order', + 'metadata_order', 'art_order', 'amazon_base_urls'); foreach ($arrays as $item) { $results[$item] = trim($results[$item]) |