WIP: working direct URL download

This commit is contained in:
Brock H Caldwell
2026-03-22 23:48:35 -05:00
parent 740bef97b1
commit 291f5a7b7e
3 changed files with 40 additions and 20 deletions

View File

@@ -117,6 +117,7 @@ export default class DownloadOptionTr extends HTMLTableRowElement {
'Accept': 'application/json',
},
body: JSON.stringify({
url: this.url,
mediaType: this.mediaType,
imdbId: this.imdbId,
season: this.season,