Add Werkout channel playback and autoplay
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user