Clarify "Custom stream player" functionality (#1889)
* Clarify "Custom stream player" functionality * Remove idiotic idiot proofing
This commit is contained in:
@@ -575,11 +575,12 @@ void Split::openInStreamlink()
|
||||
|
||||
void Split::openWithCustomScheme()
|
||||
{
|
||||
const auto scheme = getSettings()->customURIScheme.getValue();
|
||||
QString scheme = getSettings()->customURIScheme.getValue();
|
||||
if (scheme.isEmpty())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
const auto channel = this->getChannel().get();
|
||||
|
||||
if (const auto twitchChannel = dynamic_cast<TwitchChannel *>(channel))
|
||||
|
||||
Reference in New Issue
Block a user