@roitium/expo-orpheus 0.4.1 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -326,7 +326,7 @@ class ExpoOrpheusModule : Module() {
326
326
  context,
327
327
  OrpheusDownloadService::class.java,
328
328
  downloadRequest,
329
- false
329
+ true
330
330
  )
331
331
  }
332
332
 
@@ -340,7 +340,7 @@ class ExpoOrpheusModule : Module() {
340
340
  context,
341
341
  OrpheusDownloadService::class.java,
342
342
  downloadRequest,
343
- false
343
+ true
344
344
  )
345
345
  }
346
346
  return@AsyncFunction
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roitium/expo-orpheus",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "A player for bbplayer",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",