Skip to content

Commit

Permalink
bad idea, using the ticker. may make it visible via option
Browse files Browse the repository at this point in the history
  • Loading branch information
espeon committed Oct 2, 2024
1 parent 4569f8b commit 7bddfeb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,7 @@ const App: React.FC = () => {
<ScrollingText text={songData.artist} className="text-3xl" />
)}
<div className="text-xl font-mono flex">
<TickerTime
className="inline"
timeMs={trackProgress.currentTime}
/>
{s2t(trackProgress.currentTime)}
/{s2t(songInfo.duration / 1000)}
</div>
</>
Expand Down

0 comments on commit 7bddfeb

Please sign in to comment.