Bug Fixes
- App crashes on non-HTTPS connections -
crypto.randomUUID()is only available in secure contexts (HTTPS or localhost); accessing Movie Roulette over plain HTTP on a LAN IP caused the entire script to fail withUncaught TypeError. Now falls back to acrypto.getRandomValues()polyfill that works in all contexts - Emby/Jellyfin broken poster and backdrop images on main page (from v5.4.1) - poster, backdrop, and grid thumbnails now route through the same-origin image proxy used by Poster Mode and Now Playing
Full Changelog: v5.4.0...v5.4.2