feat(jellyfin): add remote playback and config plumbing

This commit is contained in:
2026-02-17 19:00:18 -08:00
parent a6a28f52f3
commit e38a1c945e
42 changed files with 5608 additions and 1013 deletions

View File

@@ -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) => {