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