mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
provide transcoding support
This commit is contained in:
@@ -992,6 +992,9 @@ export const usePlayerStore = create<PlayerSlice>()(
|
||||
},
|
||||
repeat: PlayerRepeat.NONE,
|
||||
shuffle: PlayerShuffle.NONE,
|
||||
transcode: {
|
||||
enabled: false,
|
||||
},
|
||||
volume: 50,
|
||||
})),
|
||||
{ name: 'store_player' },
|
||||
|
||||
Reference in New Issue
Block a user