Fix chris category in yiffy2
This commit is contained in:
parent
5c59f46cec
commit
2671be472a
|
@ -151,7 +151,7 @@ module YiffRest
|
||||||
end
|
end
|
||||||
|
|
||||||
def category_info
|
def category_info
|
||||||
[*APIImage.categories, { name: "Gay Polar Cutie", db: "chris", sfw: true }] # gay little polar cutie
|
[*APIImage.categories, APICategory.new("Gay Polar Cutie", "chris", true)] # gay little polar cutie
|
||||||
end
|
end
|
||||||
|
|
||||||
def notes_for_request
|
def notes_for_request
|
||||||
|
|
Loading…
Reference in New Issue
Block a user