[server] minor refactors

This commit is contained in:
geoffrey45
2022-03-27 18:15:11 +03:00
parent ac988b8a96
commit e8994ce9ae
6 changed files with 27 additions and 32 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ from app.lib import folderslib
from app.lib import playlistlib
DB_TRACKS = instances.songs_instance.get_all_songs()
PRE_TRACKS = instances.songs_instance.get_all_songs()
VALID_FOLDERS: Set[str] = set()
ALBUMS: List[models.Album] = []