mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-29 13:00:12 +02:00
api/youtube: make mp3
the best format for hls audio
This commit is contained in:
parent
53e6085095
commit
14ca47b73d
@ -370,7 +370,7 @@ export default async function(o) {
|
||||
let urls = audio.url;
|
||||
|
||||
if (o.youtubeHLS) {
|
||||
bestAudio = "m4a";
|
||||
bestAudio = "mp3";
|
||||
urls = audio.uri;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user