From a46893ff4e6407dc4e835b1b90ef87a514bcbb54 Mon Sep 17 00:00:00 2001 From: wseymour15 Date: Tue, 8 Aug 2023 16:26:24 -0500 Subject: [PATCH] remove comment --- src/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.js b/src/index.js index 4c5b2d7..818f1df 100644 --- a/src/index.js +++ b/src/index.js @@ -28,7 +28,6 @@ const parse = (manifestString, options = {}) => { return toM3u8({ dashPlaylists: playlists, locations: parsedManifestInfo.locations, - // here contentSteering: parsedManifestInfo.contentSteeringInfo, sidxMapping: options.sidxMapping, previousManifest: options.previousManifest,