From bf3563bcb2ffcbc7ec506e8ad02f7151832a5d01 Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Wed, 9 Apr 2025 14:37:28 -0500 Subject: [PATCH] Fixes #235 --- player/helpers/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/player/helpers/index.ts b/player/helpers/index.ts index 8ced5884..25d9113d 100644 --- a/player/helpers/index.ts +++ b/player/helpers/index.ts @@ -1,7 +1,7 @@ import { isEmpty } from "lodash"; import { QueuingType } from "../../enums/queuing-type"; import { JellifyTrack } from "../../types/JellifyTrack"; -import { getActiveTrackIndex } from "react-native-track-player"; +import { getActiveTrackIndex } from "react-native-track-player/lib/src/trackPlayer"; /** * Finds and returns the index of the player queue to insert additional tracks into