mod: 历史记录搜索逻辑

This commit is contained in:
guozhigq
2024-05-25 16:16:23 +08:00
parent e2feaf9568
commit d34f166037
3 changed files with 59 additions and 105 deletions

View File

@ -244,7 +244,7 @@ class HistoryItem extends StatelessWidget {
),
),
),
videoItem.progress != 0
videoItem.progress != 0 && videoItem.duration != 0
? Positioned(
left: 3,
right: 3,