mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-28 06:22:45 -08:00
feat(jellyfin): add remote playback and config plumbing
This commit is contained in:
@@ -270,7 +270,9 @@ const electronAPI: ElectronAPI = {
|
||||
callback();
|
||||
});
|
||||
},
|
||||
notifyOverlayModalClosed: (modal: "runtime-options" | "subsync" | "jimaku") => {
|
||||
notifyOverlayModalClosed: (
|
||||
modal: "runtime-options" | "subsync" | "jimaku",
|
||||
) => {
|
||||
ipcRenderer.send("overlay:modal-closed", modal);
|
||||
},
|
||||
reportOverlayContentBounds: (measurement: OverlayContentMeasurement) => {
|
||||
|
||||
Reference in New Issue
Block a user