Merge pull request #3059 from evazion/fix-artist-api
Don't return `domains` in /artists.json.
This commit is contained in:
@@ -538,10 +538,6 @@ class Artist < ActiveRecord::Base
|
||||
super + [:other_names_index]
|
||||
end
|
||||
|
||||
def method_attributes
|
||||
super + [:domains]
|
||||
end
|
||||
|
||||
def legacy_api_hash
|
||||
return {
|
||||
:id => id,
|
||||
|
||||
Reference in New Issue
Block a user