Attempt to switch to video search instead of songs
All checks were successful
Deploy Service / deploy (push) Successful in 15s

This commit is contained in:
Mootfrost 2025-04-14 21:59:12 +03:00
parent 08cf640efc
commit cb6c1d29f6

View file

@ -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