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