You've already forked pigallery2
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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user