chore: bump version to 3.2.0-beta.9

Fix TypeScript error in ab-search-bar.vue and include pending changes.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Estrella Pan
2026-01-25 19:29:12 +01:00
parent f1fb4d7926
commit c044b65fef
26 changed files with 2522 additions and 596 deletions

View File

@@ -25,7 +25,7 @@ export const apiDownloader = {
return data!;
},
async deleteTorrents(hashes: string[], deleteFiles: boolean = false) {
async deleteTorrents(hashes: string[], deleteFiles = false) {
const { data } = await axios.post<ApiSuccess>(
'api/v1/downloader/torrents/delete',
{ hashes, delete_files: deleteFiles }