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

Enable EPG Config Settings

This commit is contained in:
deathbybandaid 2021-01-16 08:59:33 -05:00
parent 31f7213006
commit 6bf4319316

View File

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