diff --git a/jellyfin_apiclient_python/api.py b/jellyfin_apiclient_python/api.py index 0f67052..c07175a 100644 --- a/jellyfin_apiclient_python/api.py +++ b/jellyfin_apiclient_python/api.py @@ -797,6 +797,11 @@ def new_sync_play_v2(self, group_name): class CollectionAPIMixin: + """ + Methods for creating and modifying collections. + + Note: there does not seem to be an API endpoint for removing a collection. + """ def new_collection(self, name, item_ids=None, parent_id=None, is_locked=False): """