Skip to content

Commit

Permalink
fix: type name error (#5295)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackPu authored Mar 21, 2023
1 parent 39d8bf0 commit 91364bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/controller/base-stream-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import type {
FragLoadedData,
PartsLoadedData,
KeyLoadedData,
MediaAttachingData,
MediaAttachedData,
BufferFlushingData,
ManifestLoadedData,
} from '../types/events';
Expand Down Expand Up @@ -191,7 +191,7 @@ export default class BaseStreamController

protected onMediaAttached(
event: Events.MEDIA_ATTACHED,
data: MediaAttachingData
data: MediaAttachedData
) {
const media = (this.media = this.mediaBuffer = data.media);
this.onvseeking = this.onMediaSeeking.bind(this) as EventListener;
Expand Down

0 comments on commit 91364bb

Please # to comment.