mirror of
https://github.com/beetbox/beets.git
synced 2026-01-04 15:03:22 +01:00
Clarify _search_spotify return type
This commit is contained in:
parent
aa18f9116d
commit
42e852cc7e
1 changed files with 3 additions and 2 deletions
|
|
@ -370,8 +370,9 @@ class SpotifyPlugin(BeetsPlugin):
|
|||
:param filters: (Optional) Field filters to apply.
|
||||
:type filters: dict
|
||||
:param keywords: (Optional) Query keywords to use.
|
||||
:return: JSON data for the class:`Response <Response>` object
|
||||
:rtype: dict
|
||||
:return: JSON data for the class:`Response <Response>` object or None
|
||||
if no search results are returned
|
||||
:rtype: dict or None
|
||||
"""
|
||||
query = self._construct_search_query(
|
||||
keywords=keywords, filters=filters
|
||||
|
|
|
|||
Loading…
Reference in a new issue