Skip to content

Commit

Permalink
fix(FEC-7672): 4XX VTT captions results in a critical error (#40)
Browse files Browse the repository at this point in the history
Removed curly bracket, there was no named export in the config file.
So the result was that Shaka got no config (we imported undefined as 'DefaultConfig').
  • Loading branch information
odedhutzler authored and Dan Ziv committed Jan 28, 2018
1 parent a632a7e commit e323606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dash-adapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {Utils} from 'playkit-js'
import {Error} from 'playkit-js'
import Widevine from './drm/widevine'
import PlayReady from './drm/playready'
import {DefaultConfig} from './default-config'
import DefaultConfig from './default-config'

type ShakaEventType = { [event: string]: string };

Expand Down

0 comments on commit e323606

Please sign in to comment.