Files
snek/src
BordedDev 02d877ac89 fix: correct variable reference in start time stripping for youtube embed
The bug was in `embed_youtube` function in `src/snek/system/template.py` where the variable `start_time` was being sliced instead of the loop variable `t` when stripping trailing 's' characters from time values. This caused incorrect start time parsing for all entries after the first in multi-start queries.
2025-05-23 16:14:32 +00:00
..