t
This commit is contained in:
@@ -286,7 +286,7 @@ class LibraryWatcher:
|
|||||||
else:
|
else:
|
||||||
song_id = str(uuid.uuid4())
|
song_id = str(uuid.uuid4())
|
||||||
conn.execute("""
|
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,
|
artist, album, bpm, duration_sec, file_format,
|
||||||
file_modified_at, extra_tags)
|
file_modified_at, extra_tags)
|
||||||
VALUES (?,?,?,?,?,?,?,?,?,?,?)
|
VALUES (?,?,?,?,?,?,?,?,?,?,?)
|
||||||
|
|||||||
Reference in New Issue
Block a user