mirror of
https://github.com/yattee/yattee.git
synced 2024-12-14 06:10:32 +05:30
Fix possible crash
This commit is contained in:
parent
ae2fc2dcd7
commit
14ec35eec9
@ -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