Sonerezh / sonerezh

A self-hosted, web-based application to stream your music, everywhere.
https://www.sonerezh.bzh
GNU Affero General Public License v3.0
767 stars 122 forks source link

Clicking Play plays audio in Firefox, does not in Chrome #386

Open infinitejones opened 4 years ago

infinitejones commented 4 years ago

Sonerezh 1.2.6 (installed via latest.tar.gz)

On the same machine, attempting to play the same track, in Firefox the audio plays on clicking any play button on the interface, but in Chrome it does not.

Developer console in Chrome displays this when clicking a Play button:

Uncaught TypeError: Cannot read property 'id' of null
    at HTMLSpanElement.<anonymous> (player-nav.js:140)
    at HTMLDivElement.dispatch (jquery-2.1.0.min.js:3)
    at HTMLDivElement.r.handle (jquery-2.1.0.min.js:3)

Can't see any equivalent Console output from Firefox