This commit is contained in:
Gregory Salaun 2021-12-08 22:26:02 +01:00
parent 04946dddb7
commit 6e82e61c8e
2 changed files with 8 additions and 0 deletions

8
models/movie.py Normal file
View File

@ -0,0 +1,8 @@
class UpdatedMovie:
PlexTitle = ""
TMDbTitle = ""
TMDbId = ""
ImdbId = ""
MovieTMDbCollectionName = ""
MovieTMDbCollectionTMDbId = ""
MovieTMDbCollectionPosterPath = ""