fx
This commit is contained in:
parent
a825321abc
commit
d0be97dc34
1 changed files with 1 additions and 1 deletions
|
|
@ -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" -> {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue