PlexAutoCollectionUpdater/models/movie_collection.py

7 lines
165 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 17:24:29 +07:00
def get_existing_collections(self):
pass