Add Werkout channel playback and autoplay

This commit is contained in:
Trey t
2026-03-26 20:53:08 -05:00
parent bae265b132
commit 127125ae1b
6 changed files with 957 additions and 48 deletions

View File

@@ -4,8 +4,8 @@ struct ScoreOverlayView: View {
let game: Game
var body: some View {
// Don't show for non-game streams (e.g., MLB Network)
if game.id == "MLBN" {
// Don't show for non-game channel streams.
if game.isSpecialChannel {
EmptyView()
} else {
HStack(spacing: 10) {