fix remaining build errors
This commit is contained in:
@@ -34,7 +34,7 @@ interface Props {
|
||||
volume: number
|
||||
loopA: number | null
|
||||
loopB: number | null
|
||||
chapters: { StartPositionTicks: number; Name?: string | null; ImageTag?: string | null }[]
|
||||
chapters: { StartPositionTicks?: number | null; Name?: string | null; ImageTag?: string | null }[]
|
||||
bookmarksRefreshKey: number
|
||||
previousItem: BaseItemDto | null | undefined
|
||||
nextItem: BaseItemDto | null | undefined
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user