Skip to content

Commit

Permalink
Add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamWr committed Feb 6, 2023
1 parent 169a9e1 commit 52295a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scriptlets/m3u-prune.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ export function m3uPrune(source, propsToRemove, urlToMatch) {
* @param {string} text
* @returns {string}
*/
// TODO: make it compatible with $hls modifier
const pruneM3U = (text) => {
let lines = text.split(/\n\r|\n|\r/);

Expand Down

0 comments on commit 52295a9

Please sign in to comment.