mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-25 10:07:44 +00:00
feat(torrent): add magnet and torrent handoff
This commit is contained in:
+10
-1
@@ -41,7 +41,16 @@ type CommandMap = {
|
||||
result: MediaPlaylistMetadata;
|
||||
};
|
||||
inspect_torrent: {
|
||||
args: { source: string; id: string; cache?: boolean; proxy?: string };
|
||||
args: {
|
||||
source: string;
|
||||
id: string;
|
||||
cache?: boolean;
|
||||
proxy?: string;
|
||||
headers?: string;
|
||||
cookies?: string;
|
||||
cookieScopes?: Array<ExtensionCookieScope>;
|
||||
torrent?: boolean;
|
||||
};
|
||||
result: TorrentMetadata;
|
||||
};
|
||||
rekey_torrent_metadata: {
|
||||
|
||||
Reference in New Issue
Block a user