⬇️ Fetched qBittorrent settings

This commit is contained in:
2023-10-23 14:07:52 -04:00
parent 4ea9086e3f
commit 2df0fce792
3 changed files with 34 additions and 28 deletions

View File

@@ -6,12 +6,6 @@ export const settingsApi = emptySplitApi.injectEndpoints({
getAllSettings: builder.query({
query: () => "localhost:3000/api/settings/getAllSettings",
}),
getQBitTorrentClientInfo: builder.query({
queryFn: async () => {
try {
} catch (err) {}
},
}),
}),
overrideExisting: false,
});