Skip to content

Commit ac90eb4

Browse files
committed
Fix existential
1 parent 06609c1 commit ac90eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/LiveKit/Track/VideoTrack.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ extension VideoTrackProtocol where Self: Track {
7272
}
7373
}
7474

75-
public extension VideoTrack {
75+
public extension Track {
7676
/// The aspect ratio of the video track or 1 if the dimensions are not available.
7777
var aspectRatio: CGFloat {
7878
guard let dimensions else { return 1 }

0 commit comments

Comments
 (0)