mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
shell_version added to core imports
This commit is contained in:
parent
f33f8617bb
commit
c3f50a708f
1 changed files with 3 additions and 2 deletions
|
|
@ -11,8 +11,9 @@ const routerViewsConfig = require('./routerViewsConfig');
|
|||
const styles = require('./styles');
|
||||
|
||||
window.core_imports = {
|
||||
sanitize_location_path: sanitizeLocationPath,
|
||||
app_version: process.env.VERSION
|
||||
app_version: process.env.VERSION,
|
||||
shell_version: null,
|
||||
sanitize_location_path: sanitizeLocationPath
|
||||
};
|
||||
|
||||
const App = () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue