Skip to content

Commit

Permalink
Merge pull request #703 from Stremio/latest-stremio-core-web
Browse files Browse the repository at this point in the history
Merge latest changes from `stremio-core-web` repo
  • Loading branch information
elpiel authored Jul 9, 2024
2 parents 85fcd88 + 8323b5b commit 118b172
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion stremio-core-web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stremio-core-web"
version = "0.47.4"
version = "0.47.7"
authors = ["Smart Code OOD"]
edition = "2021"

Expand Down
4 changes: 2 additions & 2 deletions stremio-core-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion stremio-core-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stremio/stremio-core-web",
"version": "0.47.4",
"version": "0.47.7",
"description": "Bridge between stremio-core and stremio-web",
"author": "Smart Code OOD",
"main": "stremio_core_web.js",
Expand Down
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 118b172

Please sign in to comment.