changed genre scanning to parse multiple genres, updated db to accommodate.
This commit is contained in:
@@ -11,3 +11,6 @@ CREATE TABLE IF NOT EXISTS recordings (
|
||||
comment TEXT,
|
||||
FOREIGN KEY(artist_credit_id) REFERENCES artist_credit(id)
|
||||
);
|
||||
|
||||
CREATE INDEX IF NOT EXISTS idx_recordings_artist_credit_id
|
||||
ON recordings(artist_credit_id);
|
||||
|
||||
Reference in New Issue
Block a user