Skip to content

Commit 0882b8f

Browse files
committed
minor docstring update
1 parent 0f20295 commit 0882b8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plexapi/library.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def add(self, name='', type='', agent='', scanner='', location='', language='en'
169169
name (str): Name of the library
170170
agent (str): Example com.plexapp.agents.imdb
171171
type (str): movie, show, # check me
172-
location (str or list): /path/to/files, [/path/to/files, /path/to/morefiles]
172+
location (str or list): /path/to/files, ["/path/to/files", "/path/to/morefiles"]
173173
language (str): Two letter language fx en
174174
kwargs (dict): Advanced options should be passed as a dict. where the id is the key.
175175

0 commit comments

Comments
 (0)