mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 04:42:58 -05:00
Add xml output for daap requests (using output=xml in request)
This commit is contained in:
@@ -38,7 +38,7 @@ CREATE TABLE config (
|
||||
value VARCHAR(1024) NOT NULL
|
||||
);
|
||||
|
||||
CREATE INDEX idx_id ON songs(id);
|
||||
CREATE INDEX idx_path on songs(path);
|
||||
#CREATE INDEX idx_id ON songs(id);
|
||||
#CREATE INDEX idx_path on songs(path);
|
||||
|
||||
INSERT INTO config (term, value) VALUES ('version','8');
|
||||
|
||||
Reference in New Issue
Block a user