From 53621db37363b6d6e7a4cada33b35285d20d46b9 Mon Sep 17 00:00:00 2001 From: Fran <35836929+xfrr@users.noreply.github.com> Date: Thu, 21 Jun 2018 12:01:40 +0200 Subject: [PATCH] Update models.go --- models/models.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/models.go b/models/models.go index a157bf3..bd54d11 100644 --- a/models/models.go +++ b/models/models.go @@ -12,7 +12,7 @@ type Metadata struct { type Streams struct { Index int - Id string `json:"id"` + ID string `json:"id"` CodecName string `json:"codec_name"` CodecLongName string `json:"codec_long_name"` Profile string `json:"profile"`