Skip to content

Commit

Permalink
conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Aug 22, 2022
1 parent d2a9202 commit d9dd0b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion PlutoIPTV/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ const uuid4 = require("uuid").v4;
const uuid1 = require("uuid").v1;
const url = require("url");

const conflictingChannels = ["cnn", "dabl"];
const conflictingChannels = [
"cnn",
"dabl",
"heartland",
"newsy"
];

const kidsGenres = [
"Kids",
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.12
1.2.13

0 comments on commit d9dd0b2

Please sign in to comment.