v0.9.174
This commit is contained in:
@@ -39,6 +39,7 @@ void audio_bitrate(const char *info)
|
||||
}
|
||||
|
||||
bool printable(const char *info) {
|
||||
if(L10N_LANGUAGE!=RU) return true;
|
||||
bool p = true;
|
||||
for (int c = 0; c < strlen(info); c++)
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef options_h
|
||||
#define options_h
|
||||
|
||||
#define YOVERSION "0.9.161"
|
||||
#define YOVERSION "0.9.174"
|
||||
|
||||
/*******************************************************
|
||||
DO NOT EDIT THIS FILE.
|
||||
|
||||
@@ -181,6 +181,7 @@ void Player::_play(uint16_t stationId) {
|
||||
netserver.requestOnChange(STATION, 0);
|
||||
netserver.loop();
|
||||
netserver.loop();
|
||||
config.setSmartStart(0);
|
||||
if (config.store.play_mode==PM_WEB?connecttohost(config.station.url):connecttoFS(SD,config.station.url,config.sdResumePos==0?_resumeFilePos:config.sdResumePos-player.sd_min)) {
|
||||
_status = PLAYING;
|
||||
if(config.store.play_mode==PM_SDCARD) config.sdResumePos = 0;
|
||||
|
||||
Reference in New Issue
Block a user