chore: remove base_url sending (#61)
This commit is contained in:
parent
19cc0f6f17
commit
cdf93feb25
2 changed files with 0 additions and 5 deletions
|
@ -3,7 +3,6 @@ port = 8282
|
|||
host = "127.0.0.1"
|
||||
# secret key needs to be 16 characters long or more
|
||||
secret_key = "CHANGE_ME"
|
||||
base_url = "http://localhost:8282"
|
||||
verify_requests = false
|
||||
|
||||
[cache]
|
||||
|
|
|
@ -133,10 +133,6 @@ export const youtubePlayerParsing = async (
|
|||
streamingData,
|
||||
videoDetails,
|
||||
microformat,
|
||||
invidiousCompanion: {
|
||||
"baseUrl": Deno.env.get("SERVER_BASE_URL") ||
|
||||
konfigStore.get("server.base_url") as string,
|
||||
},
|
||||
}))(videoData);
|
||||
|
||||
if (
|
||||
|
|
Reference in a new issue