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:
parent
1351c3fcb8
commit
956c81b075
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user