Attempt to switch to video search instead of songs
All checks were successful
Deploy Service / deploy (push) Successful in 15s
All checks were successful
Deploy Service / deploy (push) Successful in 15s
This commit is contained in:
parent
08cf640efc
commit
cb6c1d29f6
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ class Config(BaseSettings):
|
|||
yt: GoogleApiCreds
|
||||
ymusic: OauthCreds
|
||||
|
||||
proxy: str | None
|
||||
socks_proxy: str | None
|
||||
proxy: str | None = None
|
||||
socks_proxy: str | None = None
|
||||
jwt_secret: str
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue