mirror of
https://github.com/imputnet/cobalt.git
synced 2025-08-14 08:28:27 +00:00
api/config: add FORCE_LOCAL_PROCESSING
This commit is contained in:
parent
42b7a6ae60
commit
d0539118ce
@ -62,6 +62,9 @@ const env = {
|
||||
ytSessionReloadInterval: 300,
|
||||
ytSessionInnertubeClient: process.env.YOUTUBE_SESSION_INNERTUBE_CLIENT,
|
||||
ytAllowBetterAudio: process.env.YOUTUBE_ALLOW_BETTER_AUDIO !== "0",
|
||||
|
||||
// "always" | "session"
|
||||
forceLocalProcessing: process.env.FORCE_LOCAL_PROCESSING,
|
||||
}
|
||||
|
||||
const genericUserAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36";
|
||||
|
Loading…
Reference in New Issue
Block a user