Skip to content

Instantly share code, notes, and snippets.

@rrifafauzikomara
Created December 14, 2019 14:48
Show Gist options
  • Save rrifafauzikomara/634aa7634218baf897692a8883fd3ff5 to your computer and use it in GitHub Desktop.
Save rrifafauzikomara/634aa7634218baf897692a8883fd3ff5 to your computer and use it in GitHub Desktop.
class Genres {
static Map<int,String> genres = {
10759: "Action & Adventure",
16: "Animation",
35: "Comedy",
80: "Crime",
99: "Documentary",
18: "Drama",
10751: "Family",
10762: "Kids",
9648: "Mystery",
10763: "News",
10764: "Reality",
10765: "Sci-Fi & Fantasy",
10766: "Soap",
10767: "Talk",
10768: "War & Politics",
37: "Western",
28: "Action",
12: "Adventure",
16: "Animation",
35: "Comedy",
80: "Crime",
99: "Documentary",
18: "Drama",
14: "Fantasy",
36: "History",
27: "Horror",
10402: "Music",
10749: "Romance",
878: "Science Fiction",
10770: "TV Movie",
53: "Thriller",
10752: "War",
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment