diff --git a/src/common/config/public/ClientConfig.ts b/src/common/config/public/ClientConfig.ts index 3db97eaf..dcf3f938 100644 --- a/src/common/config/public/ClientConfig.ts +++ b/src/common/config/public/ClientConfig.ts @@ -34,7 +34,7 @@ export class ClientSearchConfig { @ConfigProperty({ description: 'Search also returns with metafiles from directories that contain a media file of the matched search result' }) - listMetafiles: boolean = false; + listMetafiles: boolean = true; @ConfigProperty({type: 'unsignedInt'}) maxDirectoryResult: number = 200; }