mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user