Merge pull request #2840 from evazion/fix-pixiv-dupe-orig
Fix #2839: "Original" tag shows up twice in Pixiv source data
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user