mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-25 10:07:44 +00:00
fix(ui): define headers and cookies missing from previous commit for fetch_metadata
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ import type { PlatformInfo } from './bindings/PlatformInfo';
|
|||||||
|
|
||||||
type CommandMap = {
|
type CommandMap = {
|
||||||
fetch_metadata: {
|
fetch_metadata: {
|
||||||
args: { url: string; userAgent: string | null; username: string | null; password: string | null };
|
args: { url: string; userAgent: string | null; username: string | null; password: string | null; headers: string | null; cookies: string | null };
|
||||||
result: MetadataResponse;
|
result: MetadataResponse;
|
||||||
};
|
};
|
||||||
fetch_media_metadata: {
|
fetch_media_metadata: {
|
||||||
|
|||||||
Reference in New Issue
Block a user