Start with speakers off.

This commit is contained in:
2019-11-30 13:37:35 +01:00
parent bcf7625285
commit 3751904cb4
3 changed files with 6 additions and 3 deletions

View File

@ -77,7 +77,6 @@ void Playlist::_examine_http_url(String url) {
String ct = http->getContentType();
DEBUG("Content-Type is %s.\n", ct.c_str());
if (ct.startsWith("audio/x-mpegurl")) {
_parse_m3u(http);
} else if (ct.startsWith("audio/")) {
persistence = PERSIST_NONE;