mod: 历史记录搜索逻辑
This commit is contained in:
@ -244,7 +244,7 @@ class HistoryItem extends StatelessWidget {
|
||||
),
|
||||
),
|
||||
),
|
||||
videoItem.progress != 0
|
||||
videoItem.progress != 0 && videoItem.duration != 0
|
||||
? Positioned(
|
||||
left: 3,
|
||||
right: 3,
|
||||
|
||||
Reference in New Issue
Block a user