vicwomg / pikaraoke

Youtube-based Karaoke machine for Raspberry Pi, OSX, Windows, and Linux
GNU General Public License v3.0
461 stars 117 forks source link

[FEATURE] Only allow one connection at a time to the splash page #321

Open frankchau93 opened 3 months ago

frankchau93 commented 3 months ago

I noticed when there is a splash page currently live and if another browser decides to go to the same splash page, it messes up the current splash page since the logic in the other splash page is triggering songs to play through the queue. I'm wondering if there's a good way to improve the splash page from being messed with. Maybe with a cookie or a code?