Skip to content

Commit

Permalink
Merge pull request #78 from shadone/main
Browse files Browse the repository at this point in the history
Added additional PlaybackQuality value that occurs for some videos
  • Loading branch information
SvenTiigi authored Jan 9, 2024
2 parents 89d2467 + a914b98 commit 5b9bdb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/Models/YouTubePlayer+PlaybackQuality.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ public extension YouTubePlayer {
case hd1080
/// High resolution
case highResolution = "highres"
// Unknown
case unknown
}

}

0 comments on commit 5b9bdb3

Please sign in to comment.