Improve mpv error logging

This commit is contained in:
jeffvli 2024-02-12 20:11:55 -08:00
parent ff4ce89bc9
commit 60105103f3
4 changed files with 178 additions and 131 deletions

View file

@ -18,7 +18,6 @@ const cleanup = () => {
};
const setProperties = (data: Record<string, any>) => {
console.log('Setting property :>>', data);
ipcRenderer.send('player-set-properties', data);
};