bug fixes

This commit is contained in:
Theo Browne
2026-02-22 16:40:30 -08:00
parent 9763cdf0de
commit 4d56f95f9f
3 changed files with 71 additions and 18 deletions

View File

@@ -5,6 +5,6 @@
## TODO Bugfixes
- [ ] Text wrapping on long single-strings
- [ ] Stream crashing on fresh deployment (because the ffmpeg pipe dies, we should handle this in the ffmpeg script)
- [ ] Throttle view count updates
- [x] Text wrapping on long single-strings
- [x] Stream crashing on fresh deployment (because the ffmpeg pipe dies, we should handle this in the ffmpeg script)
- [x] Throttle view count updates