Skip to content

Commit d2d6554

Browse files
committed
Second-level browse thumbnails fixed.
1 parent eb48b1b commit d2d6554

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/browse-by/browse-by-metadata-page/browse-by-metadata-page.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export class BrowseByMetadataPageComponent implements OnInit {
144144
this.startsWith = +params.startsWith || params.startsWith;
145145
if (isNotEmpty(this.value)) {
146146
this.updatePageWithItems(
147-
browseParamsToOptions(params, currentPage, currentSort, this.browseId, false), this.value, this.authority);
147+
browseParamsToOptions(params, currentPage, currentSort, this.browseId, this.fetchThumbnails), this.value, this.authority);
148148
} else {
149149
this.updatePage(browseParamsToOptions(params, currentPage, currentSort, this.browseId, false));
150150
}

0 commit comments

Comments
 (0)