Change return type of BaseLibraryController.find_exact() to match search()

This commit is contained in:
Stein Magnus Jodal 2010-02-23 20:04:15 +01:00
parent 635adabb7f
commit 25a3da22db

View File

@ -172,7 +172,7 @@ class BaseLibraryController(object):
:type type: string
:param query: the search query
:type query: string
:rtype: list of :class:`mopidy.models.Track`
:rtype: :class:`mopidy.models.Playlist`
"""
raise NotImplementedError