1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-21 01:39:04 +02:00

fix naming

This commit is contained in:
Adam Waldron 2024-05-01 19:56:17 -07:00
parent a40054d62e
commit c606cda8a7

View File

@ -17,11 +17,11 @@ export default {
TransmuxerAudioError: 'transmuxer-audio-error',
TransmuxerVideoError: 'transmuxer-video-error',
TransmuxerTextError: 'transmuxer-text-error',
NoPlayableRenditionsLeftError: 'no-playable-renditions-error',
NoPlayablePlaylistsLeft: 'no-playable-playlists-error',
NoValidCodecsError: 'no-valid-codecs-error',
CodecSwitchError: 'codec-switch-error',
UnsupportedCodecError: 'unsupported-codec-error',
NoRendtionsSelectedError: 'no-rendition-selected-error',
NoPlaylistsSelectedError: 'no-playlist-selected-error',
ContentSteeringManifestError: 'content-steering-manifest-error',
ContentSteeringRequestError: 'content-steering-request-error',
ContentSteeringNoPathwaysError: 'content-steering-no-pathways-error',