mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-03-11 21:27:06 +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,
|
||||
Volume,
|
||||
Duration,
|
||||
SubDelay,
|
||||
SubScale,
|
||||
CacheBufferingState,
|
||||
SubPos,
|
||||
|
|
|
|||
Loading…
Reference in a new issue