Skip to content

Commit

Permalink
Update src/dash-playlist-loader.js
Browse files Browse the repository at this point in the history
Co-authored-by: Garrett Singer <gesinger@gmail.com>
  • Loading branch information
gkatsev and gesinger authored Aug 12, 2020
1 parent 6d13dd9 commit b278a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dash-playlist-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ export default class DashPlaylistLoader extends EventTarget {
updateMainManifest_(updatedManifest) {
this.master = updatedManifest;

// if locations isn't set or is an empty array, exits early
// if locations isn't set or is an empty array, exit early
if (!this.master.locations || !this.master.locations.length) {
return;
}
Expand Down

0 comments on commit b278a4f

Please sign in to comment.