mirror of
https://github.com/yattee/yattee.git
synced 2025-10-11 09:58:14 +00:00
Fix replaying item
This commit is contained in:
@@ -36,7 +36,7 @@ struct PlayerQueueItem: Hashable, Identifiable, Defaults.Serializable {
|
||||
return false
|
||||
}
|
||||
|
||||
return duration - seconds <= 10
|
||||
return duration - seconds <= 20
|
||||
}
|
||||
|
||||
var hasDetailsLoaded: Bool {
|
||||
|
Reference in New Issue
Block a user