Skip to content

Commit

Permalink
Fix range selection timestamps not matching the sent timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
blackforestboi committed Jul 26, 2024
1 parent 229c3b5 commit 7b9b726
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion external/@worldbrain/memex-common
3 changes: 3 additions & 0 deletions src/search-injection/components/youtubeActionBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1110,6 +1110,9 @@ export default class YoutubeButtonMenu extends React.Component<Props, State> {
)
}}
videoDuration={this.state.videoDuration}
calculateRangeInSeconds={
this.calculateRangeInSeconds
}
/>
</BottomArea>
)}
Expand Down

0 comments on commit 7b9b726

Please sign in to comment.