robo220
robo220
@benwiley4000 thank you for your fast reply. It turns how, as you suggested, passing a key prop to force the component to remount has done the trick.
@benwiley4000 Orignally passing down a different `key` to the component was a great idea as it allowed the snapshot feature to work. The problem we have now it that we'd...
@benwiley4000 The user is presented with the player but the player does not have information regarding the playlist tracks or snapshot until they click play. Once the user has clicked...
@benwiley4000 just had a thought... maybe I can't use the snapshot feature regardless. We only store the `trackIndex` and `currentTime` server side. I can't seem to find a way to...
Thanks! @benwiley4000
@benwiley4000 thanks again for your quick reply! To confirm, it is the query string that is changing rather than the url specifically. Two examples are shown below they do have...
@benwiley4000 This seems good to me, thank you!
Perhaps the iTunes Search Api will suffice https://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html
Have you got an example I could see?