Skip to content

Commit a76245c

Browse files
author
emin
committed
make variant properties accessible
1 parent 04866fa commit a76245c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Sources/Types+Media.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@ extension Media {
9292

9393
public struct Variant: Codable {
9494
/// Bitrate of the media resource
95-
var bitRate: Int?
95+
public var bitRate: Int?
9696

9797
/// Type of media
98-
var contentType: MediaType
98+
public var contentType: MediaType
9999

100100
/// URL to the media content
101-
var url: String
101+
public var url: String
102102
}
103103
}
104104

0 commit comments

Comments
 (0)