This commit is contained in:
Henrik Rydgård 2023-03-28 15:44:35 +02:00
parent 55e9d9a3eb
commit ba705dcabd

View File

@ -611,7 +611,7 @@ public:
return;
}
Path saveDirectory = filename.NavigateUp();
Path saveDirectory = saveFilename.NavigateUp();
if (!File::Exists(saveDirectory)) {
// Previously, we created a .nomedia file here. This is unnecessary as they have recursive behavior.
// When initializing (see NotifyConfigChange above) we create one in the "root" of the "new" folder.