diff options
author | Paul 'flowerysong' Arthur <flowerysong00@yahoo.com> | 2010-07-06 19:20:40 +0000 |
---|---|---|
committer | Paul 'flowerysong' Arthur <flowerysong00@yahoo.com> | 2010-07-06 19:20:40 +0000 |
commit | 3dc05fa67f298c8cf7e67d3b2bc20c5b1e78d150 (patch) | |
tree | 167885849b3ae4eaf9612bf144616cb33f1776b7 /config | |
parent | 57b778a2692cb3cc4111d0d8f524742bc795d7d3 (diff) | |
download | ampache-3dc05fa67f298c8cf7e67d3b2bc20c5b1e78d150.tar.gz ampache-3dc05fa67f298c8cf7e67d3b2bc20c5b1e78d150.tar.bz2 ampache-3dc05fa67f298c8cf7e67d3b2bc20c5b1e78d150.zip |
Make documentation match reality.
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index f10aa8be..8f24e57d 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -295,9 +295,9 @@ sociable = "true" ; methods simply leave it out. DB should be left as the first ; method unless you want it to overwrite what's already in the ; database -; POSSIBLE VALUES: db id3 folder amazon lastfm musicbrainz google -; DEFAULT: db,tag,folder,musicbrainz,lastfm,google -art_order = "db,tag,folder,musicbrainz,lastfm,google" +; POSSIBLE VALUES: db tags folder amazon lastfm musicbrainz google +; DEFAULT: db,tags,folder,musicbrainz,lastfm,google +art_order = "db,tags,folder,musicbrainz,lastfm,google" ; Amazon Developer Key ; These are needed in order to actually use the amazon album art |