From e5d6db0b2483ee24efdb9b1e0dde95664c1215bb Mon Sep 17 00:00:00 2001 From: kokarare1212 Date: Tue, 14 Sep 2021 19:29:47 +0900 Subject: [PATCH] Fix typo --- librespot/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librespot/core.py b/librespot/core.py index 999012b..72fdfe8 100644 --- a/librespot/core.py +++ b/librespot/core.py @@ -1018,7 +1018,7 @@ class Session(Closeable, MessageListener, SubListener): class AbsBuilder: conf = None device_id = None - device_name = "libretto-python" + device_name = "librespot-python" device_type = Connect.DeviceType.COMPUTER preferred_locale = "en"