Add widget for Atsumeru self-hosted media server (#1839)

* Add widget for Atsumeru self-hosted media server

* Revert localization

* Update widget.js

---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
AtsumeruDev 2023-08-21 19:30:22 +03:00 committed by GitHub
parent 7bd433922f
commit a6dac34b24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 59 additions and 0 deletions

View file

@ -1,4 +1,5 @@
import adguard from "./adguard/widget";
import atsumeru from "./atsumeru/widget";
import audiobookshelf from "./audiobookshelf/widget";
import authentik from "./authentik/widget";
import autobrr from "./autobrr/widget";
@ -96,6 +97,7 @@ import urbackup from "./urbackup/widget";
const widgets = {
adguard,
atsumeru,
audiobookshelf,
authentik,
autobrr,