Skip to content

Commit

Permalink
Update API signature
Browse files Browse the repository at this point in the history
  • Loading branch information
mcintyrehh committed Apr 3, 2024
1 parent 8db1122 commit 849037e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-extractor/report/hls.js.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export class BasePlaylistController extends Logger implements NetworkComponentAP
// (undocumented)
stopLoad(): void;
// (undocumented)
protected switchParams(playlistUri: string, previous: LevelDetails | undefined): HlsUrlParameters | undefined;
protected switchParams(playlistUri: string, previous: LevelDetails | undefined, current: LevelDetails | undefined): HlsUrlParameters | undefined;
// (undocumented)
protected timer: number;
}
Expand Down

0 comments on commit 849037e

Please sign in to comment.