mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-28 06:22:45 -08:00
Fix mpv tlang and profile parsing
This commit is contained in:
@@ -153,7 +153,7 @@ async function init(): Promise<void> {
|
||||
});
|
||||
}
|
||||
|
||||
const initialSubtitle = await window.electronAPI.getCurrentSubtitle();
|
||||
const initialSubtitle = await window.electronAPI.getCurrentSubtitleRaw();
|
||||
subtitleRenderer.renderSubtitle(initialSubtitle);
|
||||
measurementReporter.schedule();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user