Library search should return Playlist, not list

This commit is contained in:
Stein Magnus Jodal 2010-02-13 01:20:27 +01:00
parent e3e5f0c9bb
commit 3784bee583

View File

@ -199,7 +199,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