Plex service widget without Tautulli

This commit is contained in:
Michael Shamoon 2022-10-10 00:31:50 -07:00
parent 91795f2d07
commit 2440da8e08
8 changed files with 182 additions and 1 deletions

View file

@ -0,0 +1,14 @@
import plexProxyHandler from "./proxy";
const widget = {
api: "{url}{endpoint}?X-Plex-Token={token}",
proxyHandler: plexProxyHandler,
mappings: {
unified: {
endpoint: "/",
},
},
};
export default widget;