Closed jiri-janousek closed 7 years ago
From mailing list:
I am using Groove through the Nuvola player now. It works, but I also get this error message. Anyone knows what it means / do I need to something
https://github.com/tiliado/nuvola-app-groove/blob/master/integrate.js#L91
if (playerInterface.getCurrent()) should be probably replaced with if (window.playerInterface && playerInterface.getCurrent()). Or has playerInterface gone completely?
if (playerInterface.getCurrent())
if (window.playerInterface && playerInterface.getCurrent())
playerInterface
@jrosco, could you look at it?
I'll investigate this issue ASAP. Thanks
This has been fixed. I have another issue (#6) to look at and will release this fix when I've fixed #6
2.0 releases. I'll close this issue once I rebuild packages.
From mailing list:
https://github.com/tiliado/nuvola-app-groove/blob/master/integrate.js#L91
@jrosco, could you look at it?