mirror of https://github.com/e2002/yoradio.git
sd_i2s+sd_vs_v2
This commit is contained in:
parent
495d4375da
commit
db34be117f
|
|
@ -379,7 +379,7 @@ void Config::loadStation(uint16_t ls) {
|
|||
strncpy(station.name, sName, BUFLEN);
|
||||
strncpy(station.url, sUrl, BUFLEN);
|
||||
station.ovol = sOvol;
|
||||
if(store.play_mode==PM_WEB) setLastStation(ls);
|
||||
setLastStation(ls);
|
||||
}
|
||||
playlist.close();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue