mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 10:44:06 +00:00
Fix calculating progress on banner
This commit is contained in:
@@ -42,7 +42,7 @@ struct PlayerQueueItem: Hashable, Identifiable, Defaults.Serializable {
|
||||
return false
|
||||
}
|
||||
|
||||
return duration - seconds <= 20
|
||||
return (seconds / duration) * 100 > Double(Defaults[.watchedThreshold])
|
||||
}
|
||||
|
||||
var hasDetailsLoaded: Bool {
|
||||
|
Reference in New Issue
Block a user