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