mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-01-11 22:40:32 +00:00
Add mute command
This commit is contained in:
parent
7413d5999e
commit
4198a50c0a
1 changed files with 1 additions and 0 deletions
|
|
@ -156,6 +156,7 @@ stringable!(IntProp);
|
|||
#[display(style = "kebab-case")]
|
||||
pub enum FpProp {
|
||||
TimePos,
|
||||
Mute,
|
||||
Volume,
|
||||
Duration,
|
||||
SubScale,
|
||||
|
|
|
|||
Loading…
Reference in a new issue