Skip to content

Commit

Permalink
remove extra Metadata tags
Browse files Browse the repository at this point in the history
  • Loading branch information
adrums86 committed Oct 20, 2023
1 parent 3176612 commit c1f1933
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/web-media-box/src/hls-parser/consts/tags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,3 @@ export const EXT_X_BITRATE = 'EXT-X-BITRATE';
export const EXT_X_PART = 'EXT-X-PART';
export const EXT_X_MEDIA = 'EXT-X-MEDIA';
export const EXT_X_DATERANGE = 'EXT-X-DATERANGE';
export const EXT_X_SKIP = 'EXT-X-SKIP';
export const EXT_X_PRELOAD_HINT = 'EXT-X-PRELOAD-HINT';
export const EXT_X_RENDITION_REPORT = 'EXT-X-RENDITION-REPORT';

0 comments on commit c1f1933

Please sign in to comment.