t
This commit is contained in:
@@ -286,7 +286,7 @@ class LibraryWatcher:
|
||||
else:
|
||||
song_id = str(uuid.uuid4())
|
||||
conn.execute("""
|
||||
INSERT INTO songs (id, library_id, local_path, title,
|
||||
INSERT OR IGNORE INTO songs (id, library_id, local_path, title,
|
||||
artist, album, bpm, duration_sec, file_format,
|
||||
file_modified_at, extra_tags)
|
||||
VALUES (?,?,?,?,?,?,?,?,?,?,?)
|
||||
|
||||
Reference in New Issue
Block a user