Fixed missing return

This commit is contained in:
Eduard Urbach 2018-04-26 03:19:00 +02:00
parent 3ea86deefb
commit 8251533ffd

View File

@ -138,4 +138,6 @@ func getOpenGraph(ctx *aero.Context, anime *arn.Anime) *arn.OpenGraph {
case "movie":
openGraph.Tags["og:type"] = "video.movie"
}
return openGraph
}