Merge pull request #2990 from third3ye/patch-3

Minor logic fix
This commit is contained in:
Austin Seipp 2014-06-18 16:16:58 -05:00
commit 15aee28fa1

View File

@ -52,7 +52,7 @@ in {
};
dataDir = mkOption {
default = "/var/lib/mpd/";
default = "/var/lib/mpd";
description = ''
The directory where MPD stores its state, tag cache,
playlists etc.