diff --git a/src/App/App.js b/src/App/App.js index b5f8eb045..803515b09 100644 --- a/src/App/App.js +++ b/src/App/App.js @@ -107,6 +107,7 @@ const App = () => { }; const onOpenMedia = (data) => { + if (data.startsWith('stremio:///')) return; if (data.startsWith('stremio://')) { const transportUrl = data.replace('stremio://', 'https://'); if (URL.canParse(transportUrl)) {