This commit is contained in:
e2002
2022-02-13 11:12:33 +03:00
parent e20bcd953c
commit 287bc69bef
13 changed files with 163 additions and 61 deletions

View File

@@ -33,7 +33,7 @@ void audio_showstreamtitle(const char *info) {
telnet.info();
player.requesToStart = false;
} else {
telnet.printf("##CLI.META#: %s\n", info);
telnet.printf("##CLI.META#: %s\n> ", info);
}
}
}