2 parents 04866fa + a76245c commit c524eefCopy full SHA for c524eef
1 file changed
Sources/Types+Media.swift
@@ -92,13 +92,13 @@ extension Media {
92
93
public struct Variant: Codable {
94
/// Bitrate of the media resource
95
- var bitRate: Int?
+ public var bitRate: Int?
96
97
/// Type of media
98
- var contentType: MediaType
+ public var contentType: MediaType
99
100
/// URL to the media content
101
- var url: String
+ public var url: String
102
}
103
104
0 commit comments