Change return type of BaseLibraryController.find_exact() to match search()
This commit is contained in:
parent
635adabb7f
commit
25a3da22db
@ -172,7 +172,7 @@ class BaseLibraryController(object):
|
|||||||
:type type: string
|
:type type: string
|
||||||
:param query: the search query
|
:param query: the search query
|
||||||
:type query: string
|
:type query: string
|
||||||
:rtype: list of :class:`mopidy.models.Track`
|
:rtype: :class:`mopidy.models.Playlist`
|
||||||
"""
|
"""
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user