refactor references

This commit is contained in:
geoffrey45
2022-03-21 01:01:06 +03:00
parent cf14610509
commit 2bb5a89a8f
15 changed files with 56 additions and 245 deletions
+3 -1
View File
@@ -1,12 +1,14 @@
from typing import List
from app import models, instances
from app import functions, helpers, albumslib, prep
from app import functions, helpers, prep
from app.lib import albumslib
DB_TRACKS = instances.songs_instance.get_all_songs()
ALBUMS: List[models.Album] = []
TRACKS: List[models.Track] = []
PLAYLISTS: List[models.Playlist] = []
@helpers.background