From 70cd076a6aa91a3d9436a1bde3f0a86a604bde57 Mon Sep 17 00:00:00 2001 From: Gleb Liutsko Date: Wed, 22 Jan 2020 17:15:48 +0400 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=BE=D0=BF=D0=B5=D1=87=D0=B0=D1=82=D0=BA?= =?UTF-8?q?=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yandex_music/search/search_result.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yandex_music/search/search_result.py b/yandex_music/search/search_result.py index e8792c4..161222a 100644 --- a/yandex_music/search/search_result.py +++ b/yandex_music/search/search_result.py @@ -44,7 +44,7 @@ class SearchResult(YandexMusicObject): results: List[Union[Track, Artist, Album, Playlist, Video]], client: Optional['Client'] = None, **kwargs) -> None: - self.totalbra = total + self.total = total self.per_page = per_page self.order = order self.results = results