From 8e41b24f45bc1b312a203b46b9305293d1c87b75 Mon Sep 17 00:00:00 2001 From: devfake Date: Thu, 24 Nov 2016 08:52:14 +0100 Subject: [PATCH] update genre list --- backend/app/Services/TMDB.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/backend/app/Services/TMDB.php b/backend/app/Services/TMDB.php index 81e5245..f77eace 100644 --- a/backend/app/Services/TMDB.php +++ b/backend/app/Services/TMDB.php @@ -193,6 +193,14 @@ 53 => 'Thriller', 10752 => 'War', 37 => 'Western', + 10759 => 'Action & Adventure', + 10762 => 'Kids', + 10763 => 'News', + 10764 => 'Reality', + 10765 => 'Sci-Fi & Fantasy', + 10766 => 'Soap', + 10767 => 'Talk', + 10768 => 'War & Politics', ]; } } \ No newline at end of file