Fix: Event happening exactly now shows LIVE instead of In 0m #28

Merged
shoko merged 2 commits from fix/live-time-display into master 2026-03-26 18:48:24 +01:00

2 Commits

Author SHA1 Message Date
shoko
53c268511a Add test for event happening exactly now shows LIVE
Added test_get_time_data_live_exactly_now to prevent regression.
2026-03-26 17:46:53 +00:00
shoko
7f3b885521 Fix: Event happening exactly now shows 'LIVE' instead of 'In 0m'
Changed condition from total_sec < 0 to total_sec <= 0 to catch the edge case where an event is happening right now.
2026-03-26 17:43:28 +00:00