Skip to content

Commit feef363

Browse files
authored
Merge pull request #16 from itzaks/main
Add uhd as quality option
2 parents 070ca30 + bc30d46 commit feef363

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/PexelsSwift/Resources/PSVideo.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ public struct PSVideo: Identifiable, Codable, Equatable {
8484
/// A link to where the ``PSVideo/File`` is hosted.
8585
public var link: String
8686

87-
/// A collection of possible video qualities `[hd, sd, hls]`.
87+
/// A collection of possible video qualities `[hd, sd, hls, uhd]`.
8888
public enum Quality: String, Codable {
89-
case hd, sd, hls
89+
case hd, sd, hls, uhd
9090
}
9191
}
9292

0 commit comments

Comments
 (0)