Skip to content

Commit

Permalink
feat: comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CarinaDraganJW committed Jul 5, 2023
1 parent 2d772ed commit 6ab4dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useOttAnalytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const useOttAnalytics = (item?: PlaylistItem, feedId: string = '') => {
};

const seekHandler = ({ offset }: jwplayer.SeekParam) => {
// TODO: according JWPlayer typings, the seek params doesn't contain a `duration` property, but it actually does
// TODO: according to JWPlayer typings, the seek param doesn't contain a `duration` property, but it actually does
window.jwpltx.seek(offset, player.getDuration());
};

Expand Down

0 comments on commit 6ab4dcb

Please sign in to comment.