custom_components/bahmcloud_store/storage.py aktualisiert

This commit is contained in:
2026-01-15 07:06:30 +00:00
parent 80eefabbc2
commit 5c47479f45

View File

@@ -75,3 +75,4 @@ class BCSStorage:
repos = data.get("custom_repos", []) repos = data.get("custom_repos", [])
data["custom_repos"] = [r for r in repos if not (isinstance(r, dict) and r.get("id") == repo_id)] data["custom_repos"] = [r for r in repos if not (isinstance(r, dict) and r.get("id") == repo_id)]
await self._save(data) await self._save(data)