Update device model send currentTime and duration as Float not Int

This commit is contained in:
Michal Szczepanski 2020-03-07 16:23:59 +01:00
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()