[PLUGIN] 80s80s & 90s90s radio

Thank you for this plugins, I integrated it with my custom player project.
There is some bugs that I fixed in your code and I like to share, one is very critical , causing the voliumio status to blow a way on very long tracks. Related to a number that is dealing a s string and make the seek value to be string concatenate rather than an arithmetic sum.

  1. in file “index.js” function playNextTrack , missing JSON.Parse for currentTime (twice)
  2. function getSongsResponse need to parseFloat airtime value

Thanks,
Ofir