Skip to content

Commit

Permalink
Make search use tag based endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
NattyNarwhal committed Nov 9, 2023
1 parent ba596a4 commit f149531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Submariner/SBClientController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ fileprivate let logger = Logger(subsystem: Bundle.main.bundleIdentifier!, catego
params["query"] = query
params["songCount"] = "100" // XXX: Configurable? Pagination?

let url = URL.URLWith(string: server.url, command: "rest/search2.view", parameters: params)
let url = URL.URLWith(string: server.url, command: "rest/search3.view", parameters: params)
request(url: url, type: .search) { operation in
operation.currentSearch = SBSearchResult(query: query)
}
Expand Down

0 comments on commit f149531

Please sign in to comment.