mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-08 01:31:00 +08:00
File now only use token
This commit is contained in:
@@ -58,7 +58,6 @@ class MPVImage {
|
||||
if (is_original === undefined) return undefined;
|
||||
return {
|
||||
id: 0,
|
||||
gid: this.#mpv.gid,
|
||||
token: this.page_token,
|
||||
path,
|
||||
width,
|
||||
@@ -73,7 +72,6 @@ class MPVImage {
|
||||
if (height === undefined) return undefined;
|
||||
return {
|
||||
id: 0,
|
||||
gid: this.#mpv.gid,
|
||||
token: this.page_token,
|
||||
path,
|
||||
width,
|
||||
|
||||
Reference in New Issue
Block a user