mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-10-06 22:32:41 +07:00
feat: Chapter editor main functionality and styling
This commit is contained in:
@@ -47,7 +47,7 @@ interface TimelineControlsProps {
|
||||
isIOSUninitialized?: boolean;
|
||||
isPlaying: boolean;
|
||||
setIsPlaying: (playing: boolean) => void;
|
||||
onPlayPause: () => void; // Add this prop
|
||||
onPlayPause: () => void;
|
||||
isPlayingSegments?: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user