v1.4.4+65
All checks were successful
Flutter Schmutter / build (push) Successful in 3m35s

This commit is contained in:
2025-06-22 03:02:18 +02:00
parent 7f0743808a
commit 95f6dcfe2b
13 changed files with 461 additions and 339 deletions

View File

@ -16,7 +16,7 @@ class MediaTile extends StatelessWidget {
fit: StackFit.expand,
children: [
CachedNetworkImage(
imageUrl: 'https://f0ck.me/t/${item.id}.webp',
imageUrl: item.thumbnailUrl,
fit: BoxFit.cover,
placeholder: (context, url) => Container(color: Colors.grey[900]),
errorWidget: (context, url, error) =>