Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Dec 12, 2024
1 parent 14808cd commit eddebc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/player/controls/usePlayerControls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ export default () => {
`[ABRepeat] starting at ${trackDuration}, ${newABRepeat[0]}`,
);
TrackPlayer.seekTo(trackDuration * newABRepeat[0]);
return;
},
});
});
Expand Down

0 comments on commit eddebc5

Please sign in to comment.