diff options
Diffstat (limited to '')
-rw-r--r-- | src/playlist.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/playlist.h b/src/playlist.h index 76ef19f31..7d6c92a14 100644 --- a/src/playlist.h +++ b/src/playlist.h @@ -124,9 +124,9 @@ unsigned long getPlaylistVersion(void); void playPlaylistIfPlayerStopped(void); -int seekSongInPlaylist(int fd, int song, float time); +int seekSongInPlaylist(int fd, int song, float seek_time); -int seekSongInPlaylistById(int fd, int id, float time); +int seekSongInPlaylistById(int fd, int id, float seek_time); void playlistVersionChange(void); |