瀏覽代碼

Change Plex service widget to use key not token

Michael Shamoon 2 年之前
父節點
當前提交
778261f67e
共有 1 個文件被更改,包括 1 次插入1 次删除
  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: {