Add lyrics field to device databases.
Connecting and scanning of a new device failed due to the missing lyrics field. This fixes it.
This commit is contained in:
parent
4c9f7e6a5e
commit
2e796a36c6
@ -58,7 +58,8 @@ CREATE TABLE device_%deviceid_songs (
|
||||
etag TEXT,
|
||||
|
||||
performer TEXT,
|
||||
grouping TEXT
|
||||
grouping TEXT,
|
||||
lyrics TEXT
|
||||
);
|
||||
|
||||
CREATE INDEX idx_device_%deviceid_songs_album ON device_%deviceid_songs (album);
|
||||
|
Loading…
x
Reference in New Issue
Block a user