Skip to content

Commit

Permalink
fix: startRecord type missing
Browse files Browse the repository at this point in the history
  • Loading branch information
isamu committed Jul 11, 2020
1 parent 97feaaa commit 9788822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -56,7 +56,7 @@ declare namespace dashjs {
loadRecordsFromStorage(): Promise<void>;
getAllRecords(): OfflineRecord[];
createRecord(manifestURL: string): Promise<string>;
startRecord(id: string, mediaInfos: MediaInfo[]);
startRecord(id: string, mediaInfos: MediaInfo[]): void;
stopRecord(id: string): void;
resumeRecord(id: string): void;
deleteRecord(id: string): void;
Expand Down

0 comments on commit 9788822

Please sign in to comment.