1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

making gpx part of search result by default

This commit is contained in:
Patrik J. Braun 2021-12-30 19:16:40 +01:00
parent 1351c3fcb8
commit 956c81b075

View File

@ -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;
}