mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
fix: slow folder track count
+ etc
This commit is contained in:
@@ -23,8 +23,8 @@ def run_setup():
|
||||
config = UserConfig()
|
||||
config.setup_config_file()
|
||||
|
||||
if not config.userId:
|
||||
config.userId = str(uuid.uuid4())
|
||||
if not config.serverId:
|
||||
config.serverId = str(uuid.uuid4())
|
||||
|
||||
setup_sqlite()
|
||||
run_migrations()
|
||||
|
||||
Reference in New Issue
Block a user