Skip to content

Commit

Permalink
PLAYNEXT-1271 Fix tvOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
mutaben committed Feb 24, 2025
1 parent 595896a commit 3bccb48
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions Application/Sources/Content/Content.swift
Original file line number Diff line number Diff line change
Expand Up @@ -925,12 +925,14 @@ private extension Content {
.video
case .tvScheduledLivestreamsSignLanguage:
.video
case .downloads:
.video
case .notifications:
.video
case .radioShowAccess:
.audio
#if os(iOS)
case .downloads:
.video
case .notifications:
.video
case .radioShowAccess:
.audio
#endif
}
}

Expand Down

0 comments on commit 3bccb48

Please sign in to comment.