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

Compare commits

..

No commits in common. "6ecf54a8d01c731a5b5b132b5e0c16b7934000f5" and "09ddda62fc90bf29ad00465e3a12c17680d5344b" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

@ -187,8 +187,6 @@ class Config():
confvalue = None
elif key == "xmltv_offset":
confvalue = str(confvalue)
elif str(confvalue) in ["0"]:
confvalue = 0
elif isint(confvalue):
confvalue = int(confvalue)
elif isfloat(confvalue):

View File

@ -6,7 +6,7 @@
"config_web": true
},
"access_level":{
"value": "0",
"value": 0,
"config_file": true,
"config_web": true
}