nicoseiga: fix canonical_url to use the image url.

This commit is contained in:
evazion
2018-09-22 11:07:18 -05:00
parent 09a8198979
commit 39f9e01b13
2 changed files with 10 additions and 0 deletions

View File

@@ -70,6 +70,10 @@ module Sources
return super
end
def canonical_url
image_url
end
def profile_url
if url =~ PROFILE
return url