feat: new Discover section shows watch providers for results
This commit is contained in:
26
src/Tmdb/TmdbMovieGenre.php
Normal file
26
src/Tmdb/TmdbMovieGenre.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
namespace App\Tmdb;
|
||||
|
||||
enum TmdbMovieGenre: int
|
||||
{
|
||||
case Action = 28;
|
||||
case Adventure = 12;
|
||||
case Animation = 16;
|
||||
case Comedy = 35;
|
||||
case Crime = 80;
|
||||
case Documentary = 99;
|
||||
case Drama = 18;
|
||||
case Family = 10751;
|
||||
case Fantasy = 14;
|
||||
case History = 36;
|
||||
case Horror = 27;
|
||||
case Music = 10402;
|
||||
case Mystery = 9648;
|
||||
case Romance = 10749;
|
||||
case ScienceFiction = 878;
|
||||
case TvMovie = 10770;
|
||||
case Thriller = 53;
|
||||
case War = 10752;
|
||||
case Western = 37;
|
||||
}
|
||||
Reference in New Issue
Block a user