nicoseiga: fix canonical_url to use the image url.
This commit is contained in:
@@ -70,6 +70,10 @@ module Sources
|
||||
return super
|
||||
end
|
||||
|
||||
def canonical_url
|
||||
image_url
|
||||
end
|
||||
|
||||
def profile_url
|
||||
if url =~ PROFILE
|
||||
return url
|
||||
|
||||
Reference in New Issue
Block a user