mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 16:00:31 +05:30
7 lines
111 B
Kotlin
7 lines
111 B
Kotlin
package com.github.libretube.obj
|
|
|
|
data class VideoResolution(
|
|
val name: String,
|
|
val resolution: Int,
|
|
)
|