mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-04-05 06:09:28 +01: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