mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 13:33:42 +00:00
Fix possible crash
This commit is contained in:
parent
50424c8dbf
commit
e472d28265
@ -53,7 +53,7 @@ extension PlayerModel {
|
||||
} else {
|
||||
watch = results?.first
|
||||
|
||||
if !Defaults[.resetWatchedStatusOnPlaying], watch.finished {
|
||||
if !self.resetWatchedStatusOnPlaying, watch.finished {
|
||||
return
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user