Skip to content

Commit

Permalink
redo logging output
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Oct 19, 2021
1 parent 2915901 commit 094873d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions PlutoIPTV/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,14 +399,12 @@ ${m3uUrl}
//////////////
// Episodes //
//////////////
console.log("[INFO] Processing channel " + channel.name)
if (channel.timelines) {
channel.timelines.forEach((programme) => {
console.log(
"[INFO] Adding instance of " +
programme.title +
" to channel " +
channel.name +
"."
"[INFO] Adding instance of " +
programme.title
);

let episodeParts = programme.episode.description.match(
Expand Down

0 comments on commit 094873d

Please sign in to comment.