1
0
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:
Arkadiusz Fal 2022-08-08 19:25:42 +02:00
parent ae2fc2dcd7
commit 14ec35eec9

View File

@ -53,7 +53,7 @@ extension PlayerModel {
} else {
watch = results?.first
if !Defaults[.resetWatchedStatusOnPlaying], watch.finished {
if !self.resetWatchedStatusOnPlaying, watch.finished {
return
}
}