diff --git a/external/@worldbrain/memex-common b/external/@worldbrain/memex-common index 755bfcdbc8..b5bbcbb8a9 160000 --- a/external/@worldbrain/memex-common +++ b/external/@worldbrain/memex-common @@ -1 +1 @@ -Subproject commit 755bfcdbc8243d082e29c68ff099c680a07b7d53 +Subproject commit b5bbcbb8a91182cdcb2269516e0df4c877a21268 diff --git a/src/search-injection/components/youtubeActionBar.tsx b/src/search-injection/components/youtubeActionBar.tsx index c66205330a..c88cb5166b 100644 --- a/src/search-injection/components/youtubeActionBar.tsx +++ b/src/search-injection/components/youtubeActionBar.tsx @@ -1110,6 +1110,9 @@ export default class YoutubeButtonMenu extends React.Component { ) }} videoDuration={this.state.videoDuration} + calculateRangeInSeconds={ + this.calculateRangeInSeconds + } /> )}