From db7e5b645cd4aa654d448d6042ed83f8a3c19a27 Mon Sep 17 00:00:00 2001 From: Johannes Knutsen Date: Thu, 25 Feb 2010 11:13:02 +0100 Subject: [PATCH] Changed from title to track in base library controller --- mopidy/backends/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mopidy/backends/__init__.py b/mopidy/backends/__init__.py index 1a0fcc44..3592bd30 100644 --- a/mopidy/backends/__init__.py +++ b/mopidy/backends/__init__.py @@ -168,7 +168,7 @@ class BaseLibraryController(object): """ Find tracks in the library where ``type`` matches ``query`` exactly. - :param type: 'title', 'artist', or 'album' + :param type: 'track', 'artist', or 'album' :type type: string :param query: the search query :type query: string @@ -199,7 +199,7 @@ class BaseLibraryController(object): """ Search the library for tracks where ``type`` contains ``query``. - :param type: 'title', 'artist', 'album', or 'uri' + :param type: 'track', 'artist', 'album', or 'uri' :type type: string :param query: the search query :type query: string