Browse Source

Change Plex service widget to use key not token

Michael Shamoon 2 years ago
parent
commit
778261f67e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/widgets/plex/widget.js

+ 1 - 1
src/widgets/plex/widget.js

@@ -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: {