mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 14:03:06 +00:00
removed comment
This commit is contained in:
@@ -57,7 +57,7 @@ export class Item extends DSpaceObject {
|
||||
* Retrieves the thumbnail for the given original of this item
|
||||
* @returns {Observable<Bitstream>} the primaryBitstream of the "THUMBNAIL" bundle
|
||||
*/
|
||||
getThumbnailForOriginal(original: Bitstream): Observable<Bitstream> { //returns obs of obs of bitstream instead...
|
||||
getThumbnailForOriginal(original: Bitstream): Observable<Bitstream> {
|
||||
const bundle: Observable<Bundle> = this.getBundle("THUMBNAIL");
|
||||
return bundle
|
||||
.filter(bundle => hasValue(bundle))
|
||||
|
Reference in New Issue
Block a user