fix remaining build errors

This commit is contained in:
2026-05-01 08:30:36 +03:00
parent 8886abf589
commit 2c317fb0ec
24 changed files with 90 additions and 64 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import SyncPlayPanel from './SyncPlayPanel'
import type { BaseItemDto } from '../../api/types'
export interface ChapterMarker {
StartPositionTicks: number
StartPositionTicks?: number | null
Name?: string | null
ImageTag?: string | null
}