mirror of
https://github.com/TuringSoftware/CrystalFetch.git
synced 2025-12-29 00:38:49 +08:00
uupdumpapi: sort search results
This commit is contained in:
parent
ce4418a1a6
commit
bd9ba1e51e
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ actor UUPDumpAPI {
|
|||
}
|
||||
|
||||
func fetchBuilds(search: String? = nil) async throws -> UUPBuilds {
|
||||
return try await makeRequest(endpoint: "listid.php", arguments: ["search": search ?? ""])
|
||||
return try await makeRequest(endpoint: "listid.php", arguments: ["search": search ?? "", "sortByDate": "1"])
|
||||
}
|
||||
|
||||
func fetchDetails(for uuid: String) async throws -> UUPDetails {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue