mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 21:17:18 +03:00
catching up (trying to) wiht CSpot
This commit is contained in:
@@ -155,6 +155,7 @@ size_t bell::HTTPStream::read(uint8_t *buf, size_t nbytes)
|
||||
if (status != StreamStatus::READING_DATA)
|
||||
{
|
||||
BELL_LOG(error, "http", "Not ready to read data");
|
||||
exit(0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user