File now only use token

This commit is contained in:
2023-06-14 13:38:43 +08:00
parent c854d2a366
commit f46ad802f8
7 changed files with 54 additions and 21 deletions

View File

@@ -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,