From 42fcaea4ead4cc38c9084312b19e9f3c2124ddb1 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Wed, 7 Mar 2018 03:48:42 +0100 Subject: [PATCH] Minor fix --- patches/import-mal-companies/import-mal-companies.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/patches/import-mal-companies/import-mal-companies.go b/patches/import-mal-companies/import-mal-companies.go index 47f1ea73..f8b143e7 100644 --- a/patches/import-mal-companies/import-mal-companies.go +++ b/patches/import-mal-companies/import-mal-companies.go @@ -85,7 +85,9 @@ func importByName(anime *arn.Anime, companyType string, producer *mal.Producer) }, Links: []*arn.Link{}, Tags: []string{}, - Likes: []string{}, + LikeableImplementation: arn.LikeableImplementation{ + Likes: []string{}, + }, } companies[producer.Name] = company