Skip to content

Commit

Permalink
clean up TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Mar 4, 2023
1 parent ae7ac1a commit 58b06c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cli/src/plugins/resource/plugin-standard-video.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class StandardVideoResource extends ResourceInterface {

// https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Video_codecs
// https://help.encoding.com/knowledge-base/article/correct-mime-types-for-serving-video-files/
// TODO add support for .ts
this.extensions = ['3gp', 'avi', 'flv', 'm3u8', 'mp4', 'mov', 'ogg', 'ogv', 'wmv'];
}

Expand Down

0 comments on commit 58b06c0

Please sign in to comment.