mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 10:44:06 +00:00
Various minor fixes
This commit is contained in:
@@ -38,6 +38,10 @@ struct PlayerQueueItem: Hashable, Identifiable, Defaults.Serializable {
|
||||
return false
|
||||
}
|
||||
|
||||
if duration <= 0 {
|
||||
return false
|
||||
}
|
||||
|
||||
return duration - seconds <= 20
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user