movie importer and show planner
This commit is contained in:
15
TelosysTools/models/InfiniMotion/OmdbMovie.entity
Normal file
15
TelosysTools/models/InfiniMotion/OmdbMovie.entity
Normal file
@@ -0,0 +1,15 @@
|
||||
// Entity OmdbMovie
|
||||
|
||||
#Omdb
|
||||
OmdbMovie {
|
||||
imdbID: string {} ;
|
||||
title: string {} ;
|
||||
year: string {} ;
|
||||
rated: string {} ;
|
||||
released: string {} ;
|
||||
runtime: string {} ;
|
||||
genre: string {} ;
|
||||
plot: string {} ;
|
||||
poster: string {} ;
|
||||
imdbRating: string {} ;
|
||||
}
|
||||
Reference in New Issue
Block a user