mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-09-17 23:12:27 +00:00
fix extension
Changelog: changed
This commit is contained in:
parent
ea26eefc2d
commit
c32ebe016b
1 changed files with 1 additions and 1 deletions
|
@ -1165,7 +1165,7 @@ class VideoDownload {
|
|||
else if (container.contains("audio/webm"))
|
||||
return "webm";
|
||||
else if (container == "application/vnd.apple.mpegurl")
|
||||
return "mp4a";
|
||||
return "mp4";
|
||||
else
|
||||
return "audio";// throw IllegalStateException("Unknown container: " + container)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue