daemon: pulling in an old legacy gui related fix for now, that was not merged back
This commit is contained in:
parent
482ad037f4
commit
58ffd045e2
1 changed files with 2 additions and 0 deletions
|
@ -181,6 +181,8 @@ class ServiceShim:
|
|||
if value:
|
||||
if key == "startidx":
|
||||
value = int(value)
|
||||
elif key == "starttime":
|
||||
value = float(value)
|
||||
elif key == "meta":
|
||||
value = str(value)
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue