fix: chunked audio stream

desc: faulty content range headers

+ fix: tracks not being removed from db on root dirs change
+ implement implicit jwt refreshing
+ remove enableGuest from configs
+ set jwt validity to 30 days
This commit is contained in:
mungai-njoroge
2024-05-05 23:55:25 +03:00
parent fdf3186be6
commit 36600ab782
9 changed files with 78 additions and 49 deletions
-1
View File
@@ -16,7 +16,6 @@ class UserConfig:
# NOTE: Don't expose the userId via the API
userId: str = ""
usersOnLogin: bool = True
enableGuest: bool = False
# lists
rootDirs: list[str] = field(default_factory=list)