PlexAutoCollectionUpdater/models/movie_collection.py
2021-12-08 15:12:34 +01:00

8 lines
201 B
Python

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