mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 03:33:08 +00:00
add agent to fixMatch docstring
This commit is contained in:
parent
911fb7e680
commit
25ae83c7bd
1 changed files with 1 additions and 0 deletions
|
@ -547,6 +547,7 @@ class PlexPartialObject(PlexObject):
|
|||
False allows user to provide the match
|
||||
searchResult (:class:`~plexapi.media.SearchResult`): Search result from
|
||||
~plexapi.base.matches()
|
||||
agent (str): Agent name to be used (imdb, thetvdb, themoviedb, etc.)
|
||||
"""
|
||||
key = '/library/metadata/%s/match' % self.ratingKey
|
||||
if auto:
|
||||
|
|
Loading…
Reference in a new issue