mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 10:42:12 +00:00
attach services to window for debugging
This commit is contained in:
parent
4868e9521f
commit
ae1b39d665
1 changed files with 1 additions and 2 deletions
|
|
@ -58,8 +58,7 @@ const App = () => {
|
|||
services.shell.start();
|
||||
services.chromecast.start();
|
||||
services.keyboardShortcuts.start();
|
||||
window.core = services.core;
|
||||
window.shell = services.shell;
|
||||
window.services = services;
|
||||
return () => {
|
||||
services.core.stop();
|
||||
services.shell.stop();
|
||||
|
|
|
|||
Loading…
Reference in a new issue