Skip to content

Commit e087798

Browse files
committed
Add commas
1 parent dc673e9 commit e087798

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/jellyfin/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def __init__(self, base_url: str, *, api_key: str):
2121
super().__init__(base_url)
2222
self.headers.update(
2323
{
24-
"Authentication": f'MediaBrowser Token="{quote(api_key)}" Client="RandomScripts" Version="1.0" Device="PythonClient" DeviceId="PythonClient"'
24+
"Authentication": f'MediaBrowser Token="{quote(api_key)}", Client="RandomScripts", Version="1.0", Device="PythonClient", DeviceId="PythonClient"'
2525
}
2626
)
2727

0 commit comments

Comments
 (0)