fix nil error
This commit is contained in:
@@ -83,7 +83,7 @@ module Sources
|
|||||||
end
|
end
|
||||||
|
|
||||||
def tags
|
def tags
|
||||||
@tags.uniq || []
|
(@tags || []).uniq
|
||||||
end
|
end
|
||||||
|
|
||||||
# Should be set to a url for sites that prevent hotlinking, or left nil for sites that don't.
|
# 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