Skip to content

Commit d9dd0b2

Browse files
committed
conflicts
1 parent d2a9202 commit d9dd0b2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

PlutoIPTV/index.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ const uuid4 = require("uuid").v4;
88
const uuid1 = require("uuid").v1;
99
const url = require("url");
1010

11-
const conflictingChannels = ["cnn", "dabl"];
11+
const conflictingChannels = [
12+
"cnn",
13+
"dabl",
14+
"heartland",
15+
"newsy"
16+
];
1217

1318
const kidsGenres = [
1419
"Kids",

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.12
1+
1.2.13

0 commit comments

Comments
 (0)