Keep consistent dict type

This commit is contained in:
Sausa
2025-11-09 16:42:44 +00:00
parent 778d8a2b5a
commit a403f3eb9a

View File

@@ -112,7 +112,7 @@ class ApiClient(Closeable):
url = url + suffix
if headers is None:
headers = {}
headers = CaseInsensitiveDict()
headers["Authorization"] = "Bearer {}".format(
self.__session.tokens().get("playlist-read"))
headers["client-token"] = self.__client_token_str