1
0
mirror of https://github.com/fHDHR/fHDHR_NextPVR.git synced 2025-12-06 04:26: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": {
"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
}
}
}