UI link to video files
This commit is contained in:
parent
f0788f2c4a
commit
94589a21fe
11 changed files with 64 additions and 19 deletions
|
|
@ -29,8 +29,8 @@ export const APIContext = createContext<RqbitAPI>({
|
|||
delete: () => {
|
||||
throw new Error("Function not implemented.");
|
||||
},
|
||||
getStreamLogsUrl: () => {
|
||||
return null;
|
||||
getTorrentStreamUrl: () => {
|
||||
throw new Error("Function not implemented.");
|
||||
},
|
||||
});
|
||||
export const RefreshTorrentStatsContext = createContext({ refresh: () => {} });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue