Fallback manual grab to qBittorrent
This commit is contained in:
@@ -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,
|
||||
}),
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user