mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-26 13:08:38 -06:00
uypdate rntp max cache size
This commit is contained in:
@@ -20,6 +20,7 @@ export const useSetupPlayer = () => useQuery({
|
||||
queryFn: () => {
|
||||
return TrackPlayer.setupPlayer({
|
||||
autoHandleInterruptions: true,
|
||||
maxCacheSize: 1000 * 500, // 500MB
|
||||
iosCategory: IOSCategory.Playback,
|
||||
iosCategoryOptions: [
|
||||
IOSCategoryOptions.AllowAirPlay,
|
||||
|
||||
Reference in New Issue
Block a user