Steven Fusco
Steven Fusco
@adamgit transforms branch has not been merged anywhere else, it should have what you need
I think this may have something to do with file systems that are not the root file system. I have two hard drives: ``` ⎆ lsblk NAME MAJ:MIN RM SIZE...
``` diff --git a/node_modules/react-native-track-player/android/src/main/java/com/doublesymmetry/trackplayer/module/MusicModule.kt b/node_modules/react-native-track-player/android/src/main/java/com/doublesymmetry/trackplayer/module/MusicModule.kt index b2409a0..8180cb0 100644 --- a/node_modules/react-native-track-player/android/src/main/java/com/doublesymmetry/trackplayer/module/MusicModule.kt +++ b/node_modules/react-native-track-player/android/src/main/java/com/doublesymmetry/trackplayer/module/MusicModule.kt @@ -545,7 +545,7 @@ class MusicModule(reactContext: ReactApplicationContext) : ReactContextBaseJavaM if (verifyServiceBoundOrReject(callback)) return@launch if (index >= 0 && index...