From b80bf615b56d45289834b3a9a9289b0455e8f3f9 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Thu, 23 Apr 2015 21:51:23 +0200 Subject: [PATCH] core: Add exact param to docstring --- mopidy/core/library.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mopidy/core/library.py b/mopidy/core/library.py index 7140f2cd..903f5bf6 100644 --- a/mopidy/core/library.py +++ b/mopidy/core/library.py @@ -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