librespot-java icon indicating copy to clipboard operation
librespot-java copied to clipboard

Allow getting the player's seek time instead of the real time

Open iscle opened this issue 3 years ago • 1 comments

The new method returns the desired seek time if available, or the real time if the player has already sought.

Should fix #448.

iscle avatar Feb 08 '22 09:02 iscle

That seems a good improvement, but even better would be to provide a seekAndWait(int pos) or seek(int pos, SeekCallback cb). @Iscle Do you think you could manage it in this PR?

devgianlu avatar Feb 08 '22 13:02 devgianlu