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