mirror of
https://github.com/yattee/yattee.git
synced 2025-01-09 14:27:11 +00:00
Fix playing video from start when history disabled
This commit is contained in:
parent
d4a5545db6
commit
3b1f6b21f3
@ -80,7 +80,8 @@ struct VideoCell: View {
|
|||||||
|
|
||||||
var playAt: CMTime?
|
var playAt: CMTime?
|
||||||
|
|
||||||
if playNowContinues,
|
if saveHistory,
|
||||||
|
playNowContinues,
|
||||||
!watch.isNil,
|
!watch.isNil,
|
||||||
!watch!.finished
|
!watch!.finished
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user