Library search should return Playlist, not list
This commit is contained in:
parent
e3e5f0c9bb
commit
3784bee583
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user