feat: add duration and title options to clip command (#6669)
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -483,7 +483,7 @@ void Split::addShortcuts()
|
||||
auto *twitchChannel =
|
||||
dynamic_cast<TwitchChannel *>(this->getChannel().get());
|
||||
|
||||
twitchChannel->createClip();
|
||||
twitchChannel->createClip({}, {});
|
||||
return "";
|
||||
}},
|
||||
{"reloadEmotes",
|
||||
|
||||
Reference in New Issue
Block a user