mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-04-21 11:51:56 +00:00
Merge pull request #18 from Stremio/fix/player-mpv-sub-delay-prop
Some checks failed
Continuous integration / test (push) Has been cancelled
Some checks failed
Continuous integration / test (push) Has been cancelled
fix(player): handle SubDelay mpv prop
This commit is contained in:
commit
75be8718f0
1 changed files with 1 additions and 0 deletions
|
|
@ -159,6 +159,7 @@ pub enum FpProp {
|
||||||
Mute,
|
Mute,
|
||||||
Volume,
|
Volume,
|
||||||
Duration,
|
Duration,
|
||||||
|
SubDelay,
|
||||||
SubScale,
|
SubScale,
|
||||||
CacheBufferingState,
|
CacheBufferingState,
|
||||||
SubPos,
|
SubPos,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue