1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-09-16 09:16:27 +02: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({ @ConfigProperty({
description: 'Search also returns with metafiles from directories that contain a media file of the matched search result' 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'}) @ConfigProperty({type: 'unsignedInt'})
maxDirectoryResult: number = 200; maxDirectoryResult: number = 200;
} }