feat: own tab to torbox

This commit is contained in:
Zamitto 2025-02-01 17:42:49 -03:00
parent 7fbaea15e8
commit ebc70ce28f
33 changed files with 256 additions and 141 deletions

View file

@ -92,6 +92,8 @@ contextBridge.exposeInMainWorld("electron", {
ipcRenderer.invoke("autoLaunch", autoLaunchProps),
authenticateRealDebrid: (apiToken: string) =>
ipcRenderer.invoke("authenticateRealDebrid", apiToken),
authenticateTorBox: (apiToken: string) =>
ipcRenderer.invoke("authenticateTorBox", apiToken),
/* Download sources */
putDownloadSource: (objectIds: string[]) =>