booru: save to 🌶️ folder if nsfw

This commit is contained in:
end-4
2024-08-19 08:51:15 +07:00
parent b5f98347a7
commit 7d39885ce3
2 changed files with 7 additions and 6 deletions
+2
View File
@@ -129,6 +129,8 @@ class BooruService extends Service {
aspect_ratio: obj.width / obj.height,
id: obj.id,
tags: obj.tags,
rating: obj.rating,
is_nsfw: (obj.rating != 's'),
md5: obj.md5,
preview_url: obj.preview_url,
preview_width: obj.preview_width,