feat: Fix framework assertion when adding an item

This commit is contained in:
2026-07-26 18:55:42 +02:00
parent 58ea71e694
commit 39cc9b8d7c
3 changed files with 52 additions and 44 deletions

View File

@@ -76,8 +76,6 @@ class ListItem extends StatelessWidget {
children: [
AnimeCoverImage(
cached: cached,
// TODO(Unknown): Have the ID here
hero: thumbnailUrl,
extra: imageExtra,
url: thumbnailUrl,
),