From b278a4fbea10f10b273c793b15e1b3fa5a433fe2 Mon Sep 17 00:00:00 2001 From: Gary Katsevman Date: Wed, 12 Aug 2020 17:31:50 -0400 Subject: [PATCH] Update src/dash-playlist-loader.js Co-authored-by: Garrett Singer --- src/dash-playlist-loader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dash-playlist-loader.js b/src/dash-playlist-loader.js index 56f621ed3..a887bab22 100644 --- a/src/dash-playlist-loader.js +++ b/src/dash-playlist-loader.js @@ -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; }