mirror of
https://github.com/yattee/yattee.git
synced 2024-12-14 14:20:32 +05:30
Fix possible crash
This commit is contained in:
parent
ae2fc2dcd7
commit
14ec35eec9
@ -53,7 +53,7 @@ extension PlayerModel {
|
|||||||
} else {
|
} else {
|
||||||
watch = results?.first
|
watch = results?.first
|
||||||
|
|
||||||
if !Defaults[.resetWatchedStatusOnPlaying], watch.finished {
|
if !self.resetWatchedStatusOnPlaying, watch.finished {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user