diff options
-rw-r--r-- | skate/map.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skate/map.go b/skate/map.go index a72ad89..1584acd 100644 --- a/skate/map.go +++ b/skate/map.go @@ -27,7 +27,7 @@ type TitleDoc struct { // ContainerNameDoc is a document with a container title. type ContainerNameDoc struct { Biblio struct { - ContainerName string `json:"container_title"` + ContainerName string `json:"container_name"` } `json:"biblio"` } |