We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06862a4 commit 47c53c3Copy full SHA for 47c53c3
justwatch/helpers.go
@@ -59,6 +59,12 @@ var genreFullNames map[string]string = map[string]string{
59
"rma": "Romance",
60
"doc": "Documentary",
61
"eur": "Europe",
62
+ "hrr": "Horror",
63
+ "fml": "Family",
64
+ "fnt": "Fantasy",
65
+ "hst": "History",
66
+ "war": "War",
67
+ "msc": "Musical",
68
}
69
70
// Returns the full genre name of the input short name.
0 commit comments