mirror of
https://github.com/yattee/yattee.git
synced 2025-11-30 21:28:14 +00:00
Fix thumbnails sizes
This commit is contained in:
@@ -107,7 +107,7 @@ struct Video: Identifiable {
|
||||
streamWithResolution(profile.defaultStreamResolution.value) ?? streams.first
|
||||
}
|
||||
|
||||
func thumbnailURL(quality: String) -> URL? {
|
||||
func thumbnailURL(quality: ThumbnailQuality) -> URL? {
|
||||
thumbnails.first { $0.quality == quality }?.url
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user