Remove redundant dependencies and fix eslint issues
This commit is contained in:
@@ -32,5 +32,5 @@ export default function usePlayTrack() {
|
||||
// Then we'll skip to it and play it
|
||||
await TrackPlayer.skip(trackId);
|
||||
TrackPlayer.play();
|
||||
}, [credentials, tracks]);
|
||||
}, [credentials, tracks, queue]);
|
||||
}
|
||||
Reference in New Issue
Block a user