opt: replace gif

This commit is contained in:
guozhigq
2024-11-12 00:02:08 +08:00
parent b1821163bd
commit 539e83fb94
4 changed files with 5 additions and 5 deletions

View File

@ -295,7 +295,7 @@ class EpisodeListItem extends StatelessWidget {
dense: false,
leading: isCurrentIndex
? Image.asset(
'assets/images/live.gif',
'assets/images/live.png',
color: primary,
height: 12,
)