We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a9202 commit d9dd0b2Copy full SHA for d9dd0b2
PlutoIPTV/index.js
@@ -8,7 +8,12 @@ const uuid4 = require("uuid").v4;
8
const uuid1 = require("uuid").v1;
9
const url = require("url");
10
11
-const conflictingChannels = ["cnn", "dabl"];
+const conflictingChannels = [
12
+ "cnn",
13
+ "dabl",
14
+ "heartland",
15
+ "newsy"
16
+];
17
18
const kidsGenres = [
19
"Kids",
VERSION
@@ -1 +1 @@
1
-1.2.12
+1.2.13
0 commit comments