Second-level browse thumbnails fixed.

This commit is contained in:
Michael Spalti
2022-09-17 10:51:45 -07:00
parent eb48b1b204
commit d2d6554e26

View File

@@ -144,7 +144,7 @@ export class BrowseByMetadataPageComponent implements OnInit {
this.startsWith = +params.startsWith || params.startsWith;
if (isNotEmpty(this.value)) {
this.updatePageWithItems(
browseParamsToOptions(params, currentPage, currentSort, this.browseId, false), this.value, this.authority);
browseParamsToOptions(params, currentPage, currentSort, this.browseId, this.fetchThumbnails), this.value, this.authority);
} else {
this.updatePage(browseParamsToOptions(params, currentPage, currentSort, this.browseId, false));
}