@roitium/expo-orpheus 0.4.6 → 0.4.7

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.
@@ -229,7 +229,7 @@ class ExpoOrpheusModule : Module() {
229
229
  if (index >= 0 && index < (controller?.mediaItemCount ?: 0)) {
230
230
  controller?.removeMediaItem(index)
231
231
  }
232
- }
232
+ }.runOnQueue(Queues.MAIN)
233
233
 
234
234
  AsyncFunction("getQueue") {
235
235
  checkController()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roitium/expo-orpheus",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "description": "A player for bbplayer",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",