mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
remove baseURI argument for core
This commit is contained in:
parent
1d43da60c2
commit
3f2c5a202c
1 changed files with 0 additions and 1 deletions
|
|
@ -17,7 +17,6 @@ const App = () => {
|
|||
}, []);
|
||||
const services = React.useMemo(() => ({
|
||||
core: new Core({
|
||||
baseURI: document.baseURI,
|
||||
appVersion: process.env.VERSION,
|
||||
shellVersion: null
|
||||
}),
|
||||
|
|
|
|||
Loading…
Reference in a new issue