-- this change is mainly for the AlbumInfoListTile widget
@@ -41,7 +41,7 @@ class AlbumInfoListTile extends HookConsumerWidget {
albumInfo.assetCount.then((value) => assetCount.value = value);
return null;
},
- [],
+ [albumInfo],
);
buildImageFilter() {