use float value from OS seek

This commit is contained in:
zackslash
2023-10-20 20:05:13 +01:00
parent 19964b62fd
commit 66cbfe0a0c
3 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ void register_os_remote_commands();
* Go-backed callback to static function that is called when OS remote commands are received.
* If a value is anticipated with the specified command, the 'value' argument will be non-zero.
*/
void os_remote_command_callback(Command command, int value);
void os_remote_command_callback(Command command, double value);
/**
* Updates the "Now Playing" information on macOS for media playback