Livestream Database Handling for Overwrite mode complete. Schedule goes back to pre-stream state if server crashes/stops.

This commit is contained in:
rainbow napkin 2025-05-18 17:47:47 -04:00
parent 85c1258bb6
commit 8c8b2a6f0b
6 changed files with 194 additions and 55 deletions

View file

@ -104,6 +104,11 @@ div.queue-entry{
user-select: none;
}
div.queue-entry.live{
z-index: 2;
}
div.queue-entry p{
z-index: 2;
pointer-events: none;