mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 21:58:03 +00:00
refactor: 将 player.ts 里面的Mode.PLAYLIST改为 Mode.TrackList
This commit is contained in:
parent
7b6579e068
commit
0061a66124
6 changed files with 22 additions and 12 deletions
|
|
@ -102,7 +102,7 @@ const Controls = () => {
|
|||
|
||||
return (
|
||||
<div className='flex items-center justify-center gap-2 text-white'>
|
||||
{mode === PlayerMode.PLAYLIST && (
|
||||
{mode === PlayerMode.TrackList && (
|
||||
<IconButton
|
||||
onClick={() => track && player.prevTrack()}
|
||||
disabled={!track}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue