Merge pull request #38 from Stremio/feat/player-add-video-scale-property
Some checks failed
Continuous integration / test (push) Has been cancelled

Feat/Player add video scale property
This commit is contained in:
Владимир Борисов 2026-04-23 11:18:41 +03:00 committed by GitHub
commit 7f2bbb2c12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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