fixes #1900
This commit is contained in:
@@ -31,11 +31,11 @@ module PostSets
|
|||||||
end
|
end
|
||||||
|
|
||||||
def has_artist?
|
def has_artist?
|
||||||
tag_array.any? && ::Artist.name_matches(tag_string).exists?
|
tag_array.any? && ::Artist.name_matches(tag_string).active.exists?
|
||||||
end
|
end
|
||||||
|
|
||||||
def artist
|
def artist
|
||||||
::Artist.name_matches(tag_string).first
|
::Artist.name_matches(tag_string).active.first
|
||||||
end
|
end
|
||||||
|
|
||||||
def pool_name
|
def pool_name
|
||||||
|
|||||||
Reference in New Issue
Block a user