mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
Fix still tags not being applied to search request.
This commit is contained in:
@@ -329,10 +329,10 @@ Singleton {
|
||||
else if (currentProvider === "waifu.im") {
|
||||
var tagsArray = tagString.split(" ");
|
||||
tagsArray.forEach(tag => {
|
||||
params.push("included_tags=" + encodeURIComponent(tag));
|
||||
params.push("IncludedTags=" + encodeURIComponent(tag.toLowerCase()));
|
||||
});
|
||||
params.push("PageSize=" + Math.min(limit, 30)) // Only admin can do > 30
|
||||
params.push("is_nsfw=" + (nsfw ? "null" : "false")) // null is random
|
||||
params.push("IsNsfw=" + (nsfw ? "All" : "False")) // null is random
|
||||
}
|
||||
else if (currentProvider === "t.alcy.cc") {
|
||||
url += tagString
|
||||
|
||||
Reference in New Issue
Block a user