Add audiobookshelf widget

This commit is contained in:
shamoon
2023-03-05 23:34:46 -08:00
parent c2cdb773dc
commit a55bc357fd
6 changed files with 133 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
import audiobookshelfProxyHandler from "./proxy";
const widget = {
api: "{url}/api/{endpoint}",
proxyHandler: audiobookshelfProxyHandler,
mappings: {
libraries: {
endpoint: "libraries",
},
},
};
export default widget;