Skip to content

Commit

Permalink
Collection API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Jan 21, 2024
1 parent 5828041 commit 7781344
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jellyfin_apiclient_python/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
"""
Expand Down

0 comments on commit 7781344

Please sign in to comment.