Spotify is not working in other languages because titles (used by extension/providers/spotify.js) are localized.
For example, in Italian it is Avanti and not Next:
<button class="control-button spoticon-skip-forward-16" title="Avanti"></button>
It is better to base on other properties (maybe the class).
Spotify is not working in other languages because titles (used by
extension/providers/spotify.js) are localized.For example, in Italian it is
Avantiand notNext:<button class="control-button spoticon-skip-forward-16" title="Avanti"></button>It is better to base on other properties (maybe the
class).