Nicola

Results 4 comments of Nicola

If you do `console.log(marker)` you see that there is an `element` inside `marker`. You can treat this `marker.element` as any DOM element. You could for example write: ``` marker.element.addEventListener('click',function(){ window.location...

Hi Carlos, I didn't update the plugin for a long time, it was just a one time project which worked at the time but was never kept on eye and...

Hi, thanks for the kind words:) The plugin works well on production too but in order to code it fast I just included the minimum requirements so the status codes...

I ran these 3 commands to “reset” spotify-dl: rm -rf ~/.spotify-dl rm -rf ~/.cache/spotify-dl rm -rf ~/.config/spotify-dl Then I ran spotify-dl to start the login process, everything was fine up...