diff --git a/src/app/core/shared/item.model.ts b/src/app/core/shared/item.model.ts index 125f71881f..a3e098eed9 100644 --- a/src/app/core/shared/item.model.ts +++ b/src/app/core/shared/item.model.ts @@ -57,7 +57,7 @@ export class Item extends DSpaceObject { * Retrieves the thumbnail for the given original of this item * @returns {Observable} the primaryBitstream of the "THUMBNAIL" bundle */ - getThumbnailForOriginal(original: Bitstream): Observable { //returns obs of obs of bitstream instead... + getThumbnailForOriginal(original: Bitstream): Observable { const bundle: Observable = this.getBundle("THUMBNAIL"); return bundle .filter(bundle => hasValue(bundle))