Enable MPD proxy database

This commit is contained in:
Ehmry - 2019-09-02 10:18:44 +02:00
parent cf4ef255c6
commit feb1b78310
1 changed files with 0 additions and 2 deletions

View File

@ -9,14 +9,12 @@ let
{ {
dbFile = null; dbFile = null;
musicDirectory = "/mnt/storage/Music"; musicDirectory = "/mnt/storage/Music";
/*
extraConfig = '' extraConfig = ''
database { database {
plugin "proxy" plugin "proxy"
host "storage-ng.hq.c3d2.de" host "storage-ng.hq.c3d2.de"
} }
''; '';
*/
}; };
in in
{ {