Fix: Stub Capacitor, Fix Tauri-Build, Fix Static-Build

This commit is contained in:
Youwes09
2026-05-25 10:21:12 -05:00
parent d9a9427e3b
commit cbdf9e8be1
10 changed files with 213 additions and 89 deletions
+2 -1
View File
@@ -86,7 +86,7 @@ import {
mapDownloadItem,
mapCategory,
} from './types'
import { clearPageCache as _clearPageCache } from './pageCache'
import { initPageCache, clearPageCache as _clearPageCache } from './pageCache'
const SET_SOCKS_PROXY = `
mutation SetSocksProxy(
@@ -142,6 +142,7 @@ export class SuwayomiAdapter implements ServerAdapter {
const { username, password } = config.credentials
this.authHeader = 'Basic ' + btoa(`${username}:${password}`)
}
initPageCache(this.gql.bind(this), this.getServerUrl.bind(this))
}
getServerUrl(): string {