mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-05-16 13:12:28 +00:00
Merge pull request #38 from Stremio/feat/player-add-video-scale-property
Some checks failed
Continuous integration / test (push) Has been cancelled
Some checks failed
Continuous integration / test (push) Has been cancelled
Feat/Player add video scale property
This commit is contained in:
commit
7f2bbb2c12
1 changed files with 2 additions and 0 deletions
|
|
@ -154,6 +154,7 @@ pub enum BoolProp {
|
||||||
PausedForCache,
|
PausedForCache,
|
||||||
Seeking,
|
Seeking,
|
||||||
EofReached,
|
EofReached,
|
||||||
|
Keepaspect,
|
||||||
}
|
}
|
||||||
stringable!(BoolProp);
|
stringable!(BoolProp);
|
||||||
// Int
|
// Int
|
||||||
|
|
@ -181,6 +182,7 @@ pub enum FpProp {
|
||||||
DemuxerCacheTime,
|
DemuxerCacheTime,
|
||||||
SubPos,
|
SubPos,
|
||||||
Speed,
|
Speed,
|
||||||
|
Panscan,
|
||||||
}
|
}
|
||||||
stringable!(FpProp);
|
stringable!(FpProp);
|
||||||
// Str
|
// Str
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue