This commit is contained in:
LagradOst 2022-04-19 00:00:49 +02:00
parent fafc498df9
commit 615b81f600
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ enum class Qualities(var value: Int) {
companion object {
fun getStringByInt(qual: Int?): String {
return when (qual) {
0 -> "Auto"
Unknown.value -> ""
P2160.value -> "4K"
else -> "${qual}p"