You've already forked AstralRinth
forked from didirus/AstralRinth
Creator update hotfixes (#1531)
* Put image upload on v3 * Fix space encoding in search * Add safety to any iterables
This commit is contained in:
@@ -442,7 +442,7 @@ const {
|
||||
const params = [`limit=${maxResults.value}`, `index=${sortType.value.name}`]
|
||||
|
||||
if (query.value.length > 0) {
|
||||
params.push(`query=${encodeURIComponent(query.value.replace(/ /g, '+'))}`)
|
||||
params.push(`query=${encodeURIComponent(query.value)}`)
|
||||
}
|
||||
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user