mirror of
https://github.com/owntone/owntone-server.git
synced 2025-12-08 00:32:29 -05:00
[player] Allow seeking by a relative amount of milliseconds
This commit is contained in:
@@ -111,6 +111,9 @@ player_playback_pause(void);
|
||||
int
|
||||
player_playback_seek(int ms);
|
||||
|
||||
int
|
||||
player_playback_seek_rel(int ms);
|
||||
|
||||
int
|
||||
player_playback_next(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user