Skip to content

Instantly share code, notes, and snippets.

@silmood
Created November 19, 2018 18:59
Show Gist options
  • Select an option

  • Save silmood/a2c975684c5ddf554fe4c3913abecf6d to your computer and use it in GitHub Desktop.

Select an option

Save silmood/a2c975684c5ddf554fe4c3913abecf6d to your computer and use it in GitHub Desktop.
object ApiConstants {
val genres: Map<Int, String> = mapOf(
28 to "Action",
12 to "Adventure",
16 to "Animation",
35 to "Comedy",
80 to "Crime",
99 to "Documentary",
18 to "Drama",
10751 to "Family",
14 to "Fantasy",
36 to "History",
27 to "Horror",
10402 to "Music",
9648 to "Mystery",
10749 to "Romance",
878 to "Science Fiction",
10770 to "TV Movie",
53 to "Thriller",
10752 to "War",
37 to "Western"
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment