diff --git a/src/context.rs b/src/context.rs index 3e7e66ec..9ce50801 100644 --- a/src/context.rs +++ b/src/context.rs @@ -82,6 +82,7 @@ pub trait GuiContext: Send + Sync + 'static { /// Information about the plugin's transport. Depending on the plugin API and the host not all /// fields may be available. +#[derive(Debug, Default)] pub struct Transport { /// Whether the transport is currently running. pub playing: bool,