Skip to content

Commit

Permalink
feat(deep_links_ext): add meta_details_videos for VideoDeepLinks
Browse files Browse the repository at this point in the history
  • Loading branch information
tymmesyde committed Jun 17, 2024
1 parent 11b2b84 commit bd2c136
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/model/deep_links_ext/video_deep_links.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use stremio_core::deep_links::VideoDeepLinks;
impl DeepLinksExt for VideoDeepLinks {
fn into_web_deep_links(self) -> Self {
Self {
meta_details_videos: self.meta_details_videos.replace("stremio://", "#"),
meta_details_streams: self.meta_details_streams.replace("stremio://", "#"),
player: self.player.map(|player| player.replace("stremio://", "#")),
external_player: self.external_player,
Expand Down

0 comments on commit bd2c136

Please sign in to comment.