mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-06 21:57:48 +01:00
Change Plex service widget to use key not token
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user