Minor fix

This commit is contained in:
Eduard Urbach 2018-03-07 03:48:42 +01:00
parent f0b3a8869e
commit 42fcaea4ea

View File

@ -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