Code Review Optimierungen: Typsicherheit, Scanner-Performance, DB Upgrade Template, Division Guard

This commit is contained in:
Hermes (Server)
2026-07-24 08:33:30 +02:00
parent c7828b851c
commit b43ccd4c0d
8 changed files with 225 additions and 525 deletions
-1
View File
@@ -75,7 +75,6 @@ class MeloHomeViewModel extends ChangeNotifier {
songs = alle;
favoritenIds = await favoriten.favoritenIds();
tagCounts = _berechneTagCounts();
letzteSongs = await db.letzteWiedergaben();
await ladeTags();
ladt = false;