This commit is contained in:
deniscerri 2025-08-26 17:27:26 +02:00
parent a825321abc
commit d0be97dc34
No known key found for this signature in database
GPG key ID: 95C43D517D830350

View file

@ -1288,7 +1288,7 @@ class YTDLPUtil(private val context: Context, private val commandTemplateDao: Co
"smallsize" -> { "smallsize" -> {
formatSorting.add("+size") formatSorting.add("+size")
} }
"filesize" -> { "file_size" -> {
formatSorting.add("size") formatSorting.add("size")
} }
"no_audio" -> { "no_audio" -> {