Skip to content

Commit 47c53c3

Browse files
committed
Add More Justwatch Genres
1 parent 06862a4 commit 47c53c3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

justwatch/helpers.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ var genreFullNames map[string]string = map[string]string{
5959
"rma": "Romance",
6060
"doc": "Documentary",
6161
"eur": "Europe",
62+
"hrr": "Horror",
63+
"fml": "Family",
64+
"fnt": "Fantasy",
65+
"hst": "History",
66+
"war": "War",
67+
"msc": "Musical",
6268
}
6369

6470
// Returns the full genre name of the input short name.

0 commit comments

Comments
 (0)