Skip to content

Commit

Permalink
chore: fix setCachedUrls signature (#786)
Browse files Browse the repository at this point in the history
### Description of the Changes

Fix signature of setCachedUrls to match the interface
  • Loading branch information
SivanA-Kaltura authored Jun 23, 2024
1 parent 9e16ef3 commit fa40833
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/engines/html5/media-source/base-media-source-adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -345,5 +345,6 @@ export default class BaseMediaSourceAdapter extends FakeEventTarget implements I
return null;
}

public setCachedUrls(): void {}
// eslint-disable-next-line @typescript-eslint/no-unused-vars
public setCachedUrls(cachedUrls: string[]): void {}
}

0 comments on commit fa40833

Please sign in to comment.