changed genre scanning to parse multiple genres, updated db to accommodate.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
CREATE TABLE IF NOT EXISTS genres (
|
||||
id INTEGER PRIMARY KEY,
|
||||
name TEXT NOT NULL UNIQUE
|
||||
);
|
||||
Reference in New Issue
Block a user