mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
add method and route to search across tracks, albums and artists.
+ break models into separate files + same for the utils and setup
This commit is contained in:
@@ -22,7 +22,7 @@ def run_preinit_migrations():
|
||||
"""
|
||||
try:
|
||||
userdb_version = MigrationManager.get_preinit_version()
|
||||
except (OperationalError):
|
||||
except OperationalError:
|
||||
userdb_version = 0
|
||||
|
||||
for migration in all_preinits:
|
||||
Reference in New Issue
Block a user