mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-10 15:28:47 +00:00
Change Plex service widget to use key not token
This commit is contained in:
parent
3c23e59a70
commit
778261f67e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import plexProxyHandler from "./proxy";
|
||||
|
||||
const widget = {
|
||||
api: "{url}{endpoint}?X-Plex-Token={token}",
|
||||
api: "{url}{endpoint}?X-Plex-Token={key}",
|
||||
proxyHandler: plexProxyHandler,
|
||||
|
||||
mappings: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue