Feature: add navidrome support

This commit is contained in:
ForeverEndeavor 2022-11-07 10:16:03 -06:00
parent 2ab05350a3
commit 210d746ef6
5 changed files with 68 additions and 0 deletions

View file

@ -0,0 +1,14 @@
import genericProxyHandler from "utils/proxy/handlers/generic";
const widget = {
api: "{url}/rest/{endpoint}?u={user}&t={token}&s={salt}&v={version}&c={client}&f=json",
proxyHandler: genericProxyHandler,
mappings: {
"getNowPlaying": {
endpoint: "getNowPlaying",
},
},
};
export default widget;