Fix #2839: "Original" tag shows up twice in Pixiv source data

This commit is contained in:
evazion
2017-01-14 21:09:53 +00:00
parent 922276da6b
commit 5f4535c408

View File

@@ -83,7 +83,7 @@ module Sources
end
def tags
@tags || []
@tags.uniq || []
end
# Should be set to a url for sites that prevent hotlinking, or left nil for sites that don't.