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 value:
|
||||||
if key == "startidx":
|
if key == "startidx":
|
||||||
value = int(value)
|
value = int(value)
|
||||||
|
elif key == "starttime":
|
||||||
|
value = float(value)
|
||||||
elif key == "meta":
|
elif key == "meta":
|
||||||
value = str(value)
|
value = str(value)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Reference in a new issue