mirror of
https://github.com/jellyfin/jellyfin-apiclient-python.git
synced 2024-11-26 23:50:28 +00:00
Merge pull request #44 from s-t-e-v-e-n-k/add-missing-quote-apikey
Add missing double quote in the API key example
This commit is contained in:
commit
15164d40a7
@ -52,7 +52,7 @@ device name, or a device id:
|
||||
```
|
||||
client.config.data["app.name"] = 'your_brilliant_app'
|
||||
client.config.data["app.version"] = '0.0.1'
|
||||
client.authenticate({"Servers": [{"AccessToken: <API key here>, "address": <Server Address>}]}, discover=False)
|
||||
client.authenticate({"Servers": [{"AccessToken": <API key here>, "address": <Server Address>}]}, discover=False)
|
||||
```
|
||||
|
||||
### API
|
||||
|
Loading…
Reference in New Issue
Block a user