mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 12:33:07 +00:00
switched to 'retrieve' as the property for a bitstream's file url
This commit is contained in:
@@ -9,11 +9,6 @@ export class Bitstream extends DSpaceObject {
|
||||
*/
|
||||
size: number;
|
||||
|
||||
/**
|
||||
* The relative path to this Bitstream's file
|
||||
*/
|
||||
url: string;
|
||||
|
||||
/**
|
||||
* The mime type of this Bitstream
|
||||
*/
|
||||
@@ -40,7 +35,7 @@ export class Bitstream extends DSpaceObject {
|
||||
owner: RemoteData<Item>;
|
||||
|
||||
/**
|
||||
* The Bundle that owns this Bitstream
|
||||
* The URL to retrieve this Bitstream's file
|
||||
*/
|
||||
retrieve: string;
|
||||
|
||||
|
Reference in New Issue
Block a user