Feat: Static & Flatpak Workflow + Recent Fix

This commit is contained in:
Youwes09
2026-06-12 17:52:09 -05:00
parent 9dad1fb329
commit a041b182e5
6 changed files with 142 additions and 5 deletions
@@ -691,6 +691,10 @@ export class SuwayomiAdapter implements ServerAdapter {
return []
}
async startLibraryUpdate(): Promise<void> {
await this.gql(UPDATE_LIBRARY)
}
async stopLibraryUpdate(): Promise<void> {
await this.gql(UPDATE_STOP)
}