Make library delete server_id optional

This commit is contained in:
JonnyWong16 2020-04-10 14:03:32 -07:00
parent 6a87dc9c40
commit 899d2fbf9d
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
3 changed files with 6 additions and 4 deletions

View file

@ -915,10 +915,10 @@ class WebInterface(object):
```
Required parameters:
server_id (str): The Plex server identifier of the library section
section_id (str): The id of the Plex library section
Optional parameters:
server_id (str): The Plex server identifier of the library section
row_ids (str): Comma separated row ids to delete, e.g. "2,3,8"
Returns:
@ -944,10 +944,10 @@ class WebInterface(object):
```
Required parameters:
server_id (str): The Plex server identifier of the library section
section_id (str): The id of the Plex library section
Optional parameters:
server_id (str): The Plex server identifier of the library section
row_ids (str): Comma separated row ids to delete, e.g. "2,3,8"
Returns: