mirror of
https://github.com/yattee/yattee.git
synced 2025-10-11 09:58:14 +00:00
Fix lint issues
This commit is contained in:
@@ -52,7 +52,6 @@ extension PlayerModel {
|
||||
let id = currentVideo.videoID
|
||||
let time = time ?? backend.currentTime
|
||||
let seconds = time?.seconds ?? 0
|
||||
let duration = playerTime.duration.seconds
|
||||
if seconds < 3 {
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user