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