@@ -476,13 +476,10 @@ def unmatch(self):
476476 key = '/library/metadata/%s/unmatch' % self .ratingKey
477477 self ._server .query (key , method = self ._server ._session .put )
478478
479- def matches (self , auto = False , agent = None , title = None , year = None , language = None ):
480- """ Return list of (:class:`~plexapi.media.SearchResult) metadata matches.
479+ def matches (self , agent = None , title = None , year = None , language = None ):
480+ """ Return list of (:class:`~plexapi.media.SearchResult` ) metadata matches.
481481
482482 Parameters:
483- auto (bool): True searches for matches automatically
484- False allows for user to provide additional parameters to search
485- *Auto searching
486483 agent (str): Agent name to be used (imdb, thetvdb, themoviedb, etc.)
487484 title (str): Title of item to search for
488485 year (str): Year of item to search in
@@ -538,8 +535,7 @@ def fixMatch(self, searchResult=None, auto=False):
538535 Parameters:
539536 auto (bool): True uses first match from matches
540537 False allows user to provide the match
541- *Auto matching
542- searchResult (:class:`~plexapi.media.SearchResult): Search result from
538+ searchResult (:class:`~plexapi.media.SearchResult`): Search result from
543539 ~plexapi.base.matches()
544540 """
545541 key = '/library/metadata/%s/match' % self .ratingKey
0 commit comments