output/snapcast/client: remove obsolete TODO comment
See commit dfc67c45c7
This commit is contained in:
parent
dfc67c45c7
commit
f84cb6de5e
@ -222,7 +222,6 @@ SnapcastClient::OnSocketInput(void *data, size_t length) noexcept
|
||||
break;
|
||||
|
||||
case SnapcastMessageType::TIME:
|
||||
// TODO: implement this properly
|
||||
if (payload.size >= sizeof(SnapcastTime))
|
||||
SendTime(base, *(const SnapcastTime *)payload.data);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user