Add Werkout channel playback and autoplay
This commit is contained in:
@@ -47,6 +47,12 @@ struct Game: Identifiable, Sendable {
|
||||
|
||||
var isLive: Bool { status.isLive }
|
||||
var isFinal: Bool { if case .final_ = status { return true }; return false }
|
||||
var isSpecialChannel: Bool {
|
||||
gamePk == nil
|
||||
&& broadcasts.isEmpty
|
||||
&& awayTeam.code == homeTeam.code
|
||||
&& awayTeam.displayName == homeTeam.displayName
|
||||
}
|
||||
}
|
||||
|
||||
struct TeamInfo: Sendable {
|
||||
|
||||
Reference in New Issue
Block a user