mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-07 16:02:10 +08:00
Change Plex service widget to use key not token
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user