Show feedback upon opening a channel in streamlink in more places (#3510)

Co-authored-by: Leon Richardt <leon.richardt@gmail.com>
This commit is contained in:
Paweł
2022-01-15 18:20:06 +01:00
committed by GitHub
parent 52da0fd4b9
commit 9069dee4fb
3 changed files with 19 additions and 2 deletions
@@ -670,8 +670,6 @@ void CommandController::initialize(Settings &, Paths &paths)
}
stripChannelName(target);
channel->addMessage(makeSystemMessage(
QString("Opening %1 in streamlink...").arg(target)));
openStreamlinkForChannel(target);
return "";