diff --git a/src/stremio_app/stremio_player/communication.rs b/src/stremio_app/stremio_player/communication.rs index 4b92c49..f5bf838 100644 --- a/src/stremio_app/stremio_player/communication.rs +++ b/src/stremio_app/stremio_player/communication.rs @@ -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