Navidrome-Integration, Widgets (Recent + Tag-Statistik)

This commit is contained in:
Hermes (Server)
2026-07-23 22:23:28 +02:00
parent 94a4063070
commit c7828b851c
16 changed files with 1434 additions and 158 deletions
+5 -1
View File
@@ -19,4 +19,8 @@ class Tag {
icon: m['icon'] as String?,
farbeHex: m['farbe_hex'] as String?,
);
}
Map<String, String> toDisplay() => {
'name': name,
'icon': icon ?? '',
};}