Skip to content

Commit

Permalink
refactor(deep_links): remove external player field for LibraryItemDee…
Browse files Browse the repository at this point in the history
…pLinks
  • Loading branch information
tymmesyde committed Oct 23, 2024
1 parent 9d76a80 commit 39f88f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/commonMain/rust/bridge/deep_links.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ impl ToProtobuf<types::LibraryItemDeepLinks, ()> for LibraryItemDeepLinks {
meta_details_videos: self.meta_details_videos.to_owned(),
meta_details_streams: self.meta_details_streams.to_owned(),
player: self.player.to_owned(),
external_player: self.external_player.to_protobuf(&()),
}
}
}
Expand Down
1 change: 0 additions & 1 deletion src/main/proto/stremio/core/types/deep_links.proto
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ message LibraryItemDeepLinks {
optional string meta_details_videos = 1;
optional string meta_details_streams = 2;
optional string player = 3;
optional ExternalPlayerLink external_player = 4;
}

message StreamDeepLinks {
Expand Down

0 comments on commit 39f88f5

Please sign in to comment.