We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc673e9 commit e087798Copy full SHA for e087798
1 file changed
src/jellyfin/utils.py
@@ -21,7 +21,7 @@ def __init__(self, base_url: str, *, api_key: str):
21
super().__init__(base_url)
22
self.headers.update(
23
{
24
- "Authentication": f'MediaBrowser Token="{quote(api_key)}" Client="RandomScripts" Version="1.0" Device="PythonClient" DeviceId="PythonClient"'
+ "Authentication": f'MediaBrowser Token="{quote(api_key)}", Client="RandomScripts", Version="1.0", Device="PythonClient", DeviceId="PythonClient"'
25
}
26
)
27
0 commit comments