Merge tracklists and bases into media

Signed-off-by: nathom <nathanthomas707@gmail.com>
This commit is contained in:
nathom 2021-06-30 10:49:27 -07:00
parent bc917167d2
commit 4b03a2215c
8 changed files with 881 additions and 921 deletions

View file

@ -19,6 +19,7 @@ class MusicDB:
"""
if empty:
self.path = None
return
self.path = db_path
if not os.path.exists(self.path):