mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-05-15 08:03:14 +00:00
feat: player add video scale property
This commit is contained in:
parent
aced2eadc1
commit
342a005dc0
1 changed files with 2 additions and 0 deletions
|
|
@ -161,6 +161,7 @@ pub enum BoolProp {
|
||||||
PausedForCache,
|
PausedForCache,
|
||||||
Seeking,
|
Seeking,
|
||||||
EofReached,
|
EofReached,
|
||||||
|
Keepaspect,
|
||||||
}
|
}
|
||||||
stringable!(BoolProp);
|
stringable!(BoolProp);
|
||||||
// Int
|
// Int
|
||||||
|
|
@ -188,6 +189,7 @@ pub enum FpProp {
|
||||||
DemuxerCacheTime,
|
DemuxerCacheTime,
|
||||||
SubPos,
|
SubPos,
|
||||||
Speed,
|
Speed,
|
||||||
|
Panscan,
|
||||||
}
|
}
|
||||||
stringable!(FpProp);
|
stringable!(FpProp);
|
||||||
// Str
|
// Str
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue