Changeset 8669
- Timestamp:
- 2006-11-20 23:09:16 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
mb_server/branches/lucene-search-fixes/cgi-bin/Album.pm
r8630 r8669 98 98 my %CoverArtServer = ( 99 99 "amazon.co.jp" => { 100 "server" => " images-jp.amazon.com",100 "server" => "ec1.images-amazon.com", 101 101 "id" => "09", 102 102 }, 103 103 "amazon.co.uk" => { 104 "server" => " images-eu.amazon.com",104 "server" => "ec1.images-amazon.com", 105 105 "id" => "02", 106 106 }, 107 107 "amazon.de" => { 108 "server" => " images-eu.amazon.com",108 "server" => "ec2.images-amazon.com", 109 109 "id" => "03", 110 110 }, 111 111 "amazon.com" => { 112 "server" => " images.amazon.com",112 "server" => "ec1.images-amazon.com", 113 113 "id" => "01", 114 114 }, 115 115 "amazon.ca" => { 116 "server" => " images.amazon.com",116 "server" => "ec1.images-amazon.com", 117 117 "id" => "01", # .com and .ca are identical 118 118 }, 119 119 "amazon.fr" => { 120 "server" => " images.amazon.com",120 "server" => "ec1.images-amazon.com", 121 121 "id" => "08" 122 122 },