Add 5 second buffer to end of track as duration may be inaccurate
This commit is contained in:
parent
03b2768d58
commit
0d8f9d127b
|
@ -593,7 +593,7 @@ sub processScrubAction(seekStep as integer)
|
|||
end if
|
||||
|
||||
' Don't let seek to go past the end of the song
|
||||
if m.scrubTimestamp + seekStep > m.songDuration
|
||||
if m.scrubTimestamp + seekStep > m.songDuration - 5
|
||||
return
|
||||
end if
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user