Add a missing JS property
This commit is contained in:
parent
517b62a35b
commit
7450e43eb8
1 changed files with 3 additions and 0 deletions
|
|
@ -32,5 +32,8 @@ export const APIContext = createContext<RqbitAPI>({
|
|||
getTorrentStreamUrl: () => {
|
||||
throw new Error("Function not implemented.");
|
||||
},
|
||||
getStreamLogsUrl: function (): string | null {
|
||||
throw new Error("Function not implemented.");
|
||||
},
|
||||
});
|
||||
export const RefreshTorrentStatsContext = createContext({ refresh: () => {} });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue