This commit is contained in:
2026-04-12 12:20:57 +02:00
parent 358aeca7c8
commit 754d82a183

View File

@@ -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 (?,?,?,?,?,?,?,?,?,?,?)