From 864fa4eadacef83cab430533f15824cf29eecc79 Mon Sep 17 00:00:00 2001 From: e2002 Date: Sun, 19 Mar 2023 23:52:58 +0300 Subject: [PATCH] telnet_info_111 --- yoRadio/src/core/options.h | 2 +- yoRadio/src/core/player.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/yoRadio/src/core/options.h b/yoRadio/src/core/options.h index ae0d490..50da0b5 100644 --- a/yoRadio/src/core/options.h +++ b/yoRadio/src/core/options.h @@ -1,7 +1,7 @@ #ifndef options_h #define options_h -#define YOVERSION "0.9.110" +#define YOVERSION "0.9.111" /******************************************************* DO NOT EDIT THIS FILE. diff --git a/yoRadio/src/core/player.cpp b/yoRadio/src/core/player.cpp index 58b5815..2a67549 100644 --- a/yoRadio/src/core/player.cpp +++ b/yoRadio/src/core/player.cpp @@ -76,7 +76,7 @@ void Player::sendCommand(playerRequestParams_t request){ void Player::stopInfo() { config.setSmartStart(0); - //telnet.info(); + telnet.info(); netserver.requestOnChange(MODE, 0); requestToStart = true; }