From 6dd17f2797e4e866783791f5cc25d7e346891bb1 Mon Sep 17 00:00:00 2001 From: austinried <4966622+austinried@users.noreply.github.com> Date: Fri, 23 Jul 2021 18:10:23 +0900 Subject: [PATCH] fix current track not correct right on remote-next also upgrade back to official rntp@next since my PR for add tracks before index 0 landed --- app/components/TrackPlayerState.tsx | 3 +-- package.json | 2 +- yarn.lock | 7 ++++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/components/TrackPlayerState.tsx b/app/components/TrackPlayerState.tsx index aed4356..e91c2c7 100644 --- a/app/components/TrackPlayerState.tsx +++ b/app/components/TrackPlayerState.tsx @@ -58,10 +58,9 @@ const CurrentTrackState = () => {