Update device model send currentTime and duration as Float not Int
This commit is contained in:
parent
b6dd6734c0
commit
bc2d77ce24
@ -24,8 +24,8 @@ class MediaStatus(graphene.ObjectType):
|
||||
artist = graphene.String()
|
||||
content_id = graphene.String()
|
||||
content_type = graphene.String()
|
||||
current_time = graphene.Int()
|
||||
duration = graphene.Int()
|
||||
current_time = graphene.Float()
|
||||
duration = graphene.Float()
|
||||
episode = graphene.String()
|
||||
idle_reason = graphene.String()
|
||||
last_updated = graphene.String()
|
||||
|
Loading…
Reference in New Issue
Block a user