removing subtitles by default
This commit is contained in:
parent
398be76d31
commit
93f60ddf3b
3 changed files with 6 additions and 0 deletions
|
@ -556,6 +556,10 @@ void MpvObject::subAdd(QVariant urls)
|
|||
command(QVariantList() << "sub-add" << urls);
|
||||
}
|
||||
|
||||
void MpvObject::subRemove()
|
||||
{
|
||||
command(QVariantList() << "sub-remove");
|
||||
}
|
||||
|
||||
void MpvObject::updateState()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue