mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-01-28 21:30:54 +03:00
airplay artwork and CSpot leak fix (temporary)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "Packet.h"
|
||||
|
||||
Packet::Packet(uint8_t command, std::vector<uint8_t> &data) {
|
||||
Packet::Packet(uint8_t command, const std::vector<uint8_t> &data) {
|
||||
this->command = command;
|
||||
this->data = data;
|
||||
};
|
||||
Reference in New Issue
Block a user