github rusty4444/now-showing-ha addon-v2.3.2
Now Showing v2.3.2

latest releases: addon-v2.3.7, addon-v2.3.6, addon-v2.3.5...
3 months ago

Fixed

  • All requests returning :ok — the SSE /api/events handler was registered with
    app.use(eventBus.eventsRoute) which caught every incoming request on the server.
    The function wrote :ok and never called next(), so Express never reached the
    static middleware. No static files were served: not now_showing.html, not the
    font files, not now_showing.config.js. Changed to
    app.get('/api/events', eventBus.eventsRoute) so it only matches GET /api/events.

Don't miss a new now-showing-ha release

NewReleases is sending notifications on new releases.