mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08: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 } {
|
get Config(): { sizes: number[] } {
|
||||||
return {sizes: this.states.client.thumbnailSizes.original};
|
return {sizes: [this.states.client.thumbnailSizes.original[0]]};
|
||||||
}
|
}
|
||||||
|
|
||||||
get Progress(): JobProgressDTO {
|
get Progress(): JobProgressDTO {
|
||||||
|
Loading…
Reference in New Issue
Block a user