Closed lionelerard closed 11 years ago
I see you geared to Artist#urls so I will merge it.
Later I will fix the following issue which is valid for Artist#urls, too.
Consider this xml:
=> { :urls => { :wikipedia => 'http://de.wikipedia.org/wiki/Empire_(Kasabian_album)' } } ... but there are 2 urls.
should return { :urls => { :wikipedia => ['http://en.wikipedia.org/wiki/Empire_(Kasabian_album)', 'http://de.wikipedia.org/wiki/Empire_(Kasabian_album)'] }
Adds urls to the release group model.