mirror of
https://github.com/yattee/yattee.git
synced 2025-10-11 18:08:12 +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