mirror of
https://github.com/yattee/yattee.git
synced 2025-11-25 18:58:21 +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