Custom rating support, user rating filter settings

This commit is contained in:
Matthew Barbour
2019-06-26 23:11:59 -05:00
committed by matthew
parent 8f0aa8a4ca
commit 68ee4d0e77
11 changed files with 288 additions and 83 deletions

View File

@@ -246,7 +246,7 @@ class DanbooruApi extends Extension
"preview_url" => $img->get_thumb_link(),
"preview_height" => $previewsize[1],
"preview_width" => $previewsize[0],
"rating" => "u",
"rating" => "?",
"date" => $img->posted,
"is_warehoused" => false,
"tags" => $taglist,