🔧 WIP AirDCPP sockets

This commit is contained in:
2021-08-17 20:58:14 -07:00
parent 9b880a2749
commit d9003bf2c7
2 changed files with 36 additions and 9 deletions

View File

@@ -59,12 +59,13 @@ export const Search = ({}: ISearchProps): ReactElement => {
onSubmit={() =>
getDCPPSearchResults({
query: {
pattern: "wolverine",
pattern: "Iron Man - V1 194",
// file_type: "compressed",
extensions: ["cbz", "cbr"],
},
hub_urls: [
"adcs://novosibirsk.dc-dev.club:7111/?kp=SHA256/4XFHJFFBFEI2RS75FPRPPXPZMMKPXR764ABVVCC2QGJPQ34SDZGA",
"dc.fly-server.ru",
],
priority: 1,
})