Fix recording sync (#291)
* delete audio/video/recording in remote * sync recordings on profile page * handle recording sync failed
This commit is contained in:
@@ -236,6 +236,9 @@ contextBridge.exposeInMainWorld("__ENJOY_APP__", {
|
||||
findOne: (params: object) => {
|
||||
return ipcRenderer.invoke("recordings-find-one", params);
|
||||
},
|
||||
syncAll: () => {
|
||||
return ipcRenderer.invoke("recordings-sync-all");
|
||||
},
|
||||
create: (params: object) => {
|
||||
return ipcRenderer.invoke("recordings-create", params);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user