mpd/src/output/plugins/snapcast
Rosen Penev 40483d8478 fix wrong emplace usage
emplace already calls std::pair. No need for it again.

No need to emplace when calling std::make_shared.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-09-07 21:14:37 -07:00
..
Chunk.hxx output/snapcast: queue chunks 2021-02-22 22:41:31 +01:00
Client.cxx output/snapcast: implement SendTag() 2021-02-22 23:20:56 +01:00
Client.hxx output/snapcast: implement SendTag() 2021-02-22 23:20:56 +01:00
Internal.hxx output/snapcast: Zeroconf support 2021-02-24 17:03:30 +01:00
Protocol.hxx output/snapcast: calculate the latency for TIME responses 2021-02-22 21:57:20 +01:00
SnapcastOutputPlugin.cxx fix wrong emplace usage 2021-09-07 21:14:37 -07:00
SnapcastOutputPlugin.hxx
Timestamp.hxx