update
This commit is contained in:
8
models/movie.py
Normal file
8
models/movie.py
Normal file
@ -0,0 +1,8 @@
|
||||
class UpdatedMovie:
|
||||
PlexTitle = ""
|
||||
TMDbTitle = ""
|
||||
TMDbId = ""
|
||||
ImdbId = ""
|
||||
MovieTMDbCollectionName = ""
|
||||
MovieTMDbCollectionTMDbId = ""
|
||||
MovieTMDbCollectionPosterPath = ""
|
Reference in New Issue
Block a user