mirror of
https://github.com/yattee/yattee.git
synced 2025-01-24 05:37:49 +00:00
6 lines
140 B
Swift
6 lines
140 B
Swift
|
import Foundation
|
||
|
|
||
|
enum ThumbnailQuality: String {
|
||
|
case maxres, maxresdefault, sddefault, high, medium, `default`, start, middle, end
|
||
|
}
|