Skip to content

Commit

Permalink
fix(album): media definition
Browse files Browse the repository at this point in the history
  • Loading branch information
stewones committed Mar 31, 2019
1 parent bef3e06 commit bc07a5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ export interface MediaLocation {
}

export interface MediaAlbum {
identifier: string;
identifier?: string;
name: string;
count: number;
type: MediaAlbumType;
count?: number;
type?: MediaAlbumType;
}

export interface MediaAlbumResponse {
Expand Down

0 comments on commit bc07a5a

Please sign in to comment.