mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-05-06 07:39:07 +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,
|
||||
Seeking,
|
||||
EofReached,
|
||||
Keepaspect,
|
||||
}
|
||||
stringable!(BoolProp);
|
||||
// Int
|
||||
|
|
@ -188,6 +189,7 @@ pub enum FpProp {
|
|||
DemuxerCacheTime,
|
||||
SubPos,
|
||||
Speed,
|
||||
Panscan,
|
||||
}
|
||||
stringable!(FpProp);
|
||||
// Str
|
||||
|
|
|
|||
Loading…
Reference in a new issue