Fix build for 7.0.0
This commit is contained in:
parent
30de55d3bc
commit
f7aace4ebf
1 changed files with 3 additions and 0 deletions
|
|
@ -35,5 +35,8 @@ export const APIContext = createContext<RqbitAPI>({
|
||||||
getStreamLogsUrl: function (): string | null {
|
getStreamLogsUrl: function (): string | null {
|
||||||
throw new Error("Function not implemented.");
|
throw new Error("Function not implemented.");
|
||||||
},
|
},
|
||||||
|
getPlaylistUrl: function (index: number): string | null {
|
||||||
|
throw new Error("Function not implemented.");
|
||||||
|
},
|
||||||
});
|
});
|
||||||
export const RefreshTorrentStatsContext = createContext({ refresh: () => {} });
|
export const RefreshTorrentStatsContext = createContext({ refresh: () => {} });
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue