mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-05-13 15:05:24 +00:00
update refresh URLS
This commit is contained in:
+3
-1
@@ -131,7 +131,9 @@ class File {
|
||||
if (Number.parseInt(urlObj.searchParams.get("ex") || "", 16) >= Date.now() - 5000) {
|
||||
return;
|
||||
}
|
||||
return this.owner.localuser.refreshURL(url);
|
||||
const newUrl = this.owner.localuser.refreshURL(url);
|
||||
newUrl.then((_) => (this.proxy_url = _));
|
||||
return newUrl;
|
||||
}
|
||||
}
|
||||
private getAudioHTML(url: Promise<string> | void) {
|
||||
|
||||
Reference in New Issue
Block a user