mirror of
https://github.com/bpatrik/pigallery2.git
synced 2024-11-24 08:42:24 +02:00
thumbnail.settings.component.ts should use the same settings as ThumbnailGenerationJob.ts
#534, #458, #552
This commit is contained in:
parent
4a570efed8
commit
baf426ff76
@ -49,8 +49,8 @@ export class ThumbnailSettingsComponent
|
||||
);
|
||||
}
|
||||
|
||||
get Config(): { sizes: number } {
|
||||
return {sizes: this.states.client.thumbnailSizes.original};
|
||||
get Config(): { sizes: number[] } {
|
||||
return {sizes: [this.states.client.thumbnailSizes.original[0]]};
|
||||
}
|
||||
|
||||
get Progress(): JobProgressDTO {
|
||||
|
Loading…
Reference in New Issue
Block a user