Skip to content

Commit

Permalink
Renamed WebVTT adapter class to be more clear when toString is used
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandercerutti committed May 1, 2023
1 parent 2fa05e4 commit d6f12bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webvtt-adapter/src/Adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ enum BlockType {
CUE /*******/ = 0b1000,
}

export default class Adapter extends BaseAdapter {
export default class WebVTTAdapter extends BaseAdapter {
static override get supportedType() {
return "text/vtt";
}
Expand Down

0 comments on commit d6f12bf

Please sign in to comment.