mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
salt passwords using userid
This commit is contained in:
+3
-3
@@ -10,7 +10,7 @@ from app.db.sqlite.settings import SettingsSQLMethods as sdb
|
||||
from app.lib import populate
|
||||
from app.lib.watchdogg import Watcher as WatchDog
|
||||
from app.logger import log
|
||||
from app.settings import Keys, Paths, SessionVarKeys, set_flag
|
||||
from app.settings import Info, Paths, SessionVarKeys, set_flag
|
||||
from app.store.albums import AlbumStore
|
||||
from app.store.artists import ArtistStore
|
||||
from app.store.tracks import TrackStore
|
||||
@@ -193,7 +193,7 @@ def get_all_settings():
|
||||
root_dirs = sdb.get_root_dirs()
|
||||
s["root_dirs"] = root_dirs
|
||||
s["plugins"] = plugins
|
||||
s["version"] = Keys.SWINGMUSIC_APP_VERSION
|
||||
s["version"] = Info.SWINGMUSIC_APP_VERSION
|
||||
|
||||
return {
|
||||
"settings": s,
|
||||
@@ -292,4 +292,4 @@ def update_config(body: UpdateConfigBody):
|
||||
|
||||
return {
|
||||
"msg": "Config updated!",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user