Przeglądaj źródła

Merge pull request #372 from shamoon/plex-service-widget-key

Fix: change Plex service widget to use "key" not "token"
Jason Fischer 2 lat temu
rodzic
commit
37fed0ce01
1 zmienionych plików z 1 dodań i 1 usunięć
  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: {