Skip to content

Commit

Permalink
Merge branch 'master' into feat/improve-imports-and-exports
Browse files Browse the repository at this point in the history
  • Loading branch information
elpiel committed Oct 21, 2024
2 parents 5520610 + fb59485 commit e4ab8d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stremio-core-protobuf/src/bridge/action.rs
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ impl FromProtobuf<Action> for runtime::Action {
Some(action_load::Args::LocalSearch(_args)) => {
Action::Load(ActionLoad::LocalSearch)
}

None => unimplemented!("ActionLoad missing"),
},
Some(runtime::action::Type::Unload(_args)) => Action::Unload,
Expand Down

0 comments on commit e4ab8d5

Please sign in to comment.