1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-02-05 05:30:10 +00:00

Fix: disable coverimage support if featLibrary == false

This commit is contained in:
jcorporation 2018-11-14 22:00:55 +00:00
parent b4f0f748f9
commit bf317d4039

View File

@ -500,8 +500,10 @@ int main(int argc, char **argv) {
mpd.feat_library = true;
printf("Enabling coverimage support\n");
}
else
else {
printf("Disabling coverimage support\n");
config.coverimage = false;
}
snprintf(testdirname, 400, "%s/tmp", config.varlibdir);
if (!testdir("Temp dir", testdirname))