We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e489a1b commit 3433c09Copy full SHA for 3433c09
1 file changed
utils/user-config.json
@@ -1,15 +1,9 @@
1
{
2
"defaultProviders": [],
3
"configVersion": 1,
4
- "tmdbApiKeys": [
5
- "qwfghfgh",
6
- "fghsdfs",
7
- "uygghmng"
8
- ],
+ "tmdbApiKeys": [],
9
"enableShowboxProvider": true,
10
- "febboxCookies": [
11
- "gfdgfdgf"
12
+ "febboxCookies": [],
13
"enableXprimeProvider": true,
14
"enable4khdhubProvider": true,
15
"enableMoviesmodProvider": true,
@@ -20,7 +14,6 @@
20
"enablePStreamApi": true,
21
"disableUrlValidation": false,
22
16
"disable4khdhubUrlValidation": false,
23
- "excludeCodecsRaw": "{\"excludeDV\":true,\"excludeHDR\":true}",
24
- "minQualitiesRaw": "1080p",
25
- "port": 3000
26
-}
17
+ "excludeCodecsRaw": "{\"excludeDV\":false,\"excludeHDR\":false}",
18
+ "minQualitiesRaw": "all"
19
+}
0 commit comments