PlexAutoCollectionUpdater/models/movie_collection.py
2021-12-08 11:00:52 +01:00

5 lines
126 B
Python

class MovieCollection:
def __init__(self, id, title):
self.collectionTitle = title
self.collectionId = id