From 202813b9edf26ee269ef808f86f1bc646782d7a9 Mon Sep 17 00:00:00 2001 From: James Woglom Date: Mon, 19 Sep 2022 15:00:26 -0400 Subject: CREATE_DIRS -> CREATE_CUSTOM_DIRS --- ui/src/app/app.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/src') diff --git a/ui/src/app/app.component.ts b/ui/src/app/app.component.ts index 97ff020..eae1ba9 100644 --- a/ui/src/app/app.component.ts +++ b/ui/src/app/app.component.ts @@ -86,7 +86,7 @@ export class AppComponent implements AfterViewInit { } allowCustomDir() { - return this.downloads.configuration['CREATE_DIRS'] == 'true'; + return this.downloads.configuration['CREATE_CUSTOM_DIRS'] == 'true'; } isAudioType() { -- cgit