When the aria-label from the Media Controls div get translated, the div become unreachable through the aria-label and throws errors like this one:
This error caused the auto-play to stop working on the radio. To play every music, it's necessary a manual skip after each song. To get out of the radio, it needs to clean the song queue manually. It bugs the playlist too, where it needs to clean the song queue before changing the playlist.
Solves #293
Implements
This PR changed the way to get the Media Controls div from the aria-label to the className on the MusicKitInterop.
About
When the aria-label from the Media Controls div get translated, the div become unreachable through the aria-label and throws errors like this one:
This error caused the auto-play to stop working on the radio. To play every music, it's necessary a manual skip after each song. To get out of the radio, it needs to clean the song queue manually. It bugs the playlist too, where it needs to clean the song queue before changing the playlist.
Solves #293
Implements
This PR changed the way to get the Media Controls div from the aria-label to the className on the MusicKitInterop.