diff --git a/crates/librqbit/webui/src/context.tsx b/crates/librqbit/webui/src/context.tsx index ad2cf81..cf2af8c 100644 --- a/crates/librqbit/webui/src/context.tsx +++ b/crates/librqbit/webui/src/context.tsx @@ -32,5 +32,8 @@ export const APIContext = createContext({ getTorrentStreamUrl: () => { throw new Error("Function not implemented."); }, + getStreamLogsUrl: function (): string | null { + throw new Error("Function not implemented."); + }, }); export const RefreshTorrentStatsContext = createContext({ refresh: () => {} });