mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-05-19 11:45:31 +01:00
update CSpot + clear audio buffer when changing track
This commit is contained in:
@@ -67,6 +67,6 @@ long long bell::BinaryReader::readLong() {
|
||||
long low = readInt();
|
||||
|
||||
return static_cast<long long>(
|
||||
(high << 32) | low );
|
||||
((long long) high << 32) | low );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user