mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-09 14:58:47 +00:00
Merge pull request #372 from shamoon/plex-service-widget-key
Fix: change Plex service widget to use "key" not "token"
This commit is contained in:
commit
37fed0ce01
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
import plexProxyHandler from "./proxy";
|
import plexProxyHandler from "./proxy";
|
||||||
|
|
||||||
const widget = {
|
const widget = {
|
||||||
api: "{url}{endpoint}?X-Plex-Token={token}",
|
api: "{url}{endpoint}?X-Plex-Token={key}",
|
||||||
proxyHandler: plexProxyHandler,
|
proxyHandler: plexProxyHandler,
|
||||||
|
|
||||||
mappings: {
|
mappings: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue