provide transcoding support

This commit is contained in:
Kendall Garner
2024-09-01 08:26:30 -07:00
parent da95a644c8
commit 528bef01f0
24 changed files with 347 additions and 69 deletions
+3
View File
@@ -992,6 +992,9 @@ export const usePlayerStore = create<PlayerSlice>()(
},
repeat: PlayerRepeat.NONE,
shuffle: PlayerShuffle.NONE,
transcode: {
enabled: false,
},
volume: 50,
})),
{ name: 'store_player' },