core: Add exact param to docstring
This commit is contained in:
parent
c897877a71
commit
b80bf615b5
@ -279,6 +279,8 @@ class LibraryController(object):
|
||||
:type query: dict
|
||||
:param uris: zero or more URI roots to limit the search to
|
||||
:type uris: list of strings or :class:`None`
|
||||
:param exact: if the search should use exact matching
|
||||
:type exact: :class:`bool`
|
||||
:rtype: list of :class:`mopidy.models.SearchResult`
|
||||
|
||||
.. versionadded:: 1.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user