mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-01-08 10:30:30 +05:30
7 lines
110 B
Kotlin
7 lines
110 B
Kotlin
package com.github.libretube.obj
|
|
|
|
data class VideoResolution(
|
|
val name: String,
|
|
val resolution: Int
|
|
)
|