1
0
mirror of https://github.com/fHDHR/fHDHR_NextPVR.git synced 2025-12-06 08:56:57 -05:00

Merge pull request #134 from deathbybandaid/dev

Enable EPG Config Settings
This commit is contained in:
Deathbybandaid 2021-01-16 09:02:12 -05:00 committed by GitHub
commit ef82a3b5e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,24 +22,24 @@
}, },
"reverse_days": { "reverse_days": {
"value": -1, "value": -1,
"config_file": false, "config_file": true,
"config_web": false "config_web": true
}, },
"forward_days": { "forward_days": {
"value": 7, "value": 7,
"config_file": false, "config_file": true,
"config_web": false "config_web": true
}, },
"block_size": { "block_size": {
"value": 1800, "value": 1800,
"config_file": false, "config_file": true,
"config_web": false "config_web": true
} }
, ,
"xmltv_offset": { "xmltv_offset": {
"value": "+0000", "value": "+0000",
"config_file": false, "config_file": true,
"config_web": false "config_web": true
} }
} }
} }