mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-09-02 07:37:08 +00:00
Edit VideoDownload.kt
This commit is contained in:
parent
50ecb909b4
commit
dc415df8c0
1 changed files with 1 additions and 1 deletions
|
@ -1218,7 +1218,7 @@ class VideoDownload {
|
||||||
|
|
||||||
fun audioContainerToExtension(container: String): String {
|
fun audioContainerToExtension(container: String): String {
|
||||||
if (container.contains("audio/mp4"))
|
if (container.contains("audio/mp4"))
|
||||||
return "mp4a";
|
return "mp4";
|
||||||
else if (container.contains("audio/mpeg"))
|
else if (container.contains("audio/mpeg"))
|
||||||
return "mpga";
|
return "mpga";
|
||||||
else if (container.contains("audio/mp3"))
|
else if (container.contains("audio/mp3"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue