mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 19:01:40 +00:00
provide transcoding support
This commit is contained in:
parent
da95a644c8
commit
528bef01f0
24 changed files with 347 additions and 69 deletions
|
|
@ -992,6 +992,9 @@ export const usePlayerStore = create<PlayerSlice>()(
|
|||
},
|
||||
repeat: PlayerRepeat.NONE,
|
||||
shuffle: PlayerShuffle.NONE,
|
||||
transcode: {
|
||||
enabled: false,
|
||||
},
|
||||
volume: 50,
|
||||
})),
|
||||
{ name: 'store_player' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue