mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
raop_rtp fixes/cleanups to remove unneeded ntp use
This commit is contained in:
@@ -765,3 +765,7 @@ void raop_destroy_airplay_video(raop_t *raop) {
|
||||
raop->airplay_video = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
uint64_t get_local_time() {
|
||||
return raop_ntp_get_local_time();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user