mirror of
https://github.com/yattee/yattee.git
synced 2024-12-23 14:03:41 +00:00
Fix playing video from start when history disabled
This commit is contained in:
parent
87a6a3d275
commit
80b8fe826b
@ -80,7 +80,8 @@ struct VideoCell: View {
|
||||
|
||||
var playAt: CMTime?
|
||||
|
||||
if playNowContinues,
|
||||
if saveHistory,
|
||||
playNowContinues,
|
||||
!watch.isNil,
|
||||
!watch!.finished
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user