PlexAutoCollectionUpdater/models/movie_collection.py
2021-12-08 16:41:31 +01:00

5 lines
147 B
Python

class MovieCollection:
def __init__(self):
self.collectionTitle = ""
self.collectionId = ""
self.collectionImgPath = ""