Skip to content

Commit

Permalink
errors: remove useless hls prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
mangui committed Mar 14, 2016
1 parent b3674cd commit 48df5b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/errors.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export const ErrorTypes = {
// Identifier for a network error (loading error / timeout ...)
NETWORK_ERROR: 'hlsNetworkError',
NETWORK_ERROR: 'networkError',
// Identifier for a media Error (video/parsing/mediasource error)
MEDIA_ERROR: 'hlsMediaError',
MEDIA_ERROR: 'mediaError',
// Identifier for all other errors
OTHER_ERROR: 'hlsOtherError'
OTHER_ERROR: 'otherError'
};

export const ErrorDetails = {
Expand Down

0 comments on commit 48df5b1

Please sign in to comment.