mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Add user-agent
This commit is contained in:
parent
439ec58823
commit
2a9a022e6e
1 changed files with 1 additions and 0 deletions
|
@ -204,6 +204,7 @@ class DownloadUtils(object):
|
|||
'Content-type': 'application/json',
|
||||
'Accept-encoding': 'gzip',
|
||||
'Accept-Charset': 'UTF-8,*',
|
||||
'User-Agent': 'Emby-Kodi'
|
||||
})
|
||||
return header
|
||||
|
||||
|
|
Loading…
Reference in a new issue