mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-11-10 18:36:33 +00:00
Fixed typo
This commit is contained in:
parent
868646bf4f
commit
1df9195a7d
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ class ConnectionManager(object):
|
|||
data['json'] = json
|
||||
|
||||
|
||||
timeput = timeout or self.timeout
|
||||
timeout = timeout or self.timeout
|
||||
data['timeout'] = timeout
|
||||
if additional_headers:
|
||||
extra_headers = self._get_headers(data_type)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue