MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-

View on GitHub
src/renderer/windows/GPMWebView/interface/gpm/showCover.js

Summary

Maintainability
A
0 mins
Test Coverage
Emitter.on('cover:show', () => {
  const hoverIcon = document.querySelector('#hover-icon');
  if (hoverIcon) {
    hoverIcon.click();
  }
});