mirror of
https://github.com/yattee/yattee.git
synced 2025-01-10 11:30:32 +05:30
Fix playing video from start when history disabled
This commit is contained in:
parent
b0ca24c752
commit
029155b782
@ -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