mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-04 14:33:41 +01:00
15 lines
229 B
JavaScript
15 lines
229 B
JavaScript
![]() |
import plexProxyHandler from "./proxy";
|
||
|
|
||
|
const widget = {
|
||
|
api: "{url}{endpoint}?X-Plex-Token={token}",
|
||
|
proxyHandler: plexProxyHandler,
|
||
|
|
||
|
mappings: {
|
||
|
unified: {
|
||
|
endpoint: "/",
|
||
|
},
|
||
|
},
|
||
|
};
|
||
|
|
||
|
export default widget;
|