librespot-java
                                
                                 librespot-java copied to clipboard
                                
                                    librespot-java copied to clipboard
                            
                            
                            
                        Allow getting the player's seek time instead of the real time
The new method returns the desired seek time if available, or the real time if the player has already sought.
Should fix #448.
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?