66dd176e by David LaPalomento

loadedmanifest is now loadedplaylist

The event name was changed to be more consistent with the naming in the spec. Make sure the README reflects that.
1 parent 4e06dad2
...@@ -119,7 +119,7 @@ media playlist object that is present in `player.hls.master`. ...@@ -119,7 +119,7 @@ media playlist object that is present in `player.hls.master`.
119 119
120 Fired after the first media playlist is downloaded for a stream. 120 Fired after the first media playlist is downloaded for a stream.
121 121
122 #### loadedmanifest 122 #### loadedplaylist
123 123
124 Fired immediately after a new master or media playlist has been 124 Fired immediately after a new master or media playlist has been
125 downloaded. By default, the tech only downloads playlists as they 125 downloaded. By default, the tech only downloads playlists as they
......