PlexAutoCollectionUpdater/models/movie_collection.py

5 lines
147 B
Python
Raw Normal View History

2021-12-08 17:00:52 +07:00
class MovieCollection:
2021-12-08 19:14:40 +07:00
def __init__(self):
self.collectionTitle = ""
self.collectionId = ""
2021-12-08 22:41:31 +07:00
self.collectionImgPath = ""