diff --git a/player/helpers/index.ts b/player/helpers/index.ts index 25d9113d..8ced5884 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/lib/src/trackPlayer"; +import { getActiveTrackIndex } from "react-native-track-player"; /** * Finds and returns the index of the player queue to insert additional tracks into