fix(anki): snapshot mining media clip timing (#197)

This commit is contained in:
2026-08-14 21:50:32 -07:00
committed by GitHub
parent 8ddc151435
commit c5a77ac067
9 changed files with 157 additions and 6 deletions
+1 -1
View File
@@ -238,7 +238,7 @@ export interface SubtitleSidebarSnapshot {
}
export interface SubtitleMiningContext {
source: 'subtitle-sidebar';
source: 'subtitle-sidebar' | 'overlay';
text: string;
startTime: number;
endTime: number;