mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-04-21 11:51:56 +00:00
fix(player): handle SubDelay mpv prop
This commit is contained in:
parent
b0ed96cdb2
commit
5afca64bda
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