lib/itunes_api/requests/lookup.rb in itunes_api-0.5.1 vs lib/itunes_api/requests/lookup.rb in itunes_api-0.6.0

- old
+ new

@@ -44,10 +44,10 @@ def query { entity: 'album', amgArtistId: @artist_id, - country: COUNTRY_CODE, + country: country_code, limit: LIMIT, sort: 'recent' } end