Skip to content

Commit

Permalink
Merge pull request #16 from itzaks/main
Browse files Browse the repository at this point in the history
Add uhd as quality option
  • Loading branch information
lukepistrol authored May 27, 2024
2 parents 070ca30 + bc30d46 commit feef363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/PexelsSwift/Resources/PSVideo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ public struct PSVideo: Identifiable, Codable, Equatable {
/// A link to where the ``PSVideo/File`` is hosted.
public var link: String

/// A collection of possible video qualities `[hd, sd, hls]`.
/// A collection of possible video qualities `[hd, sd, hls, uhd]`.
public enum Quality: String, Codable {
case hd, sd, hls
case hd, sd, hls, uhd
}
}

Expand Down

0 comments on commit feef363

Please sign in to comment.