mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
move imgserver to app/api folder
+ add sqlite methods to configure custom root directories + add sqlite.settings module + remove date and app name from logger messages + add api route to browse directories
This commit is contained in:
@@ -61,6 +61,8 @@ class SQLiteTrackMethods:
|
||||
),
|
||||
)
|
||||
|
||||
# TODO: rewrite the above code using an ordered dict and destructuring
|
||||
|
||||
@classmethod
|
||||
def insert_many_tracks(cls, tracks: list[dict]):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user