server: move all stores to api.py

This commit is contained in:
geoffrey45
2022-03-18 19:57:31 +03:00
parent 29124ce717
commit f8710a1596
7 changed files with 37 additions and 53 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ def populate():
if tags is not None:
instances.songs_instance.insert_song(tags)
albumslib.create_all_albums()
albumslib.create_everything()
print("\n check done")
end = time.time()