Fallback manual grab to qBittorrent

This commit is contained in:
2026-01-23 18:15:36 +13:00
parent 69dc7febe2
commit 49e9ee771f
3 changed files with 53 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ type ReleaseOption = {
leechers?: number
protocol?: string
infoUrl?: string
downloadUrl?: string
}
type SnapshotHistory = {
@@ -589,6 +590,7 @@ export default function RequestTimelinePage({ params }: { params: { id: string }
body: JSON.stringify({
guid: release.guid,
indexerId: release.indexerId,
downloadUrl: release.downloadUrl,
}),
}
)