mirror of
https://github.com/SuperBFG7/ympd
synced 2025-11-07 00:52:59 +00:00
Fix: disable coverimage support if featLibrary == false
This commit is contained in:
@@ -500,8 +500,10 @@ int main(int argc, char **argv) {
|
|||||||
mpd.feat_library = true;
|
mpd.feat_library = true;
|
||||||
printf("Enabling coverimage support\n");
|
printf("Enabling coverimage support\n");
|
||||||
}
|
}
|
||||||
else
|
else {
|
||||||
printf("Disabling coverimage support\n");
|
printf("Disabling coverimage support\n");
|
||||||
|
config.coverimage = false;
|
||||||
|
}
|
||||||
|
|
||||||
snprintf(testdirname, 400, "%s/tmp", config.varlibdir);
|
snprintf(testdirname, 400, "%s/tmp", config.varlibdir);
|
||||||
if (!testdir("Temp dir", testdirname))
|
if (!testdir("Temp dir", testdirname))
|
||||||
|
|||||||
Reference in New Issue
Block a user