diff --git a/beetsplug/spotify.py b/beetsplug/spotify.py index cbb43ffef..152bea46d 100644 --- a/beetsplug/spotify.py +++ b/beetsplug/spotify.py @@ -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 ` object - :rtype: dict + :return: JSON data for the class:`Response ` object or None + if no search results are returned + :rtype: dict or None """ query = self._construct_search_query( keywords=keywords, filters=filters