diff --git a/src/stremio_app/stremio_server/server.rs b/src/stremio_app/stremio_server/server.rs index 3d35bf2..21b1bc3 100644 --- a/src/stremio_app/stremio_server/server.rs +++ b/src/stremio_app/stremio_server/server.rs @@ -1,6 +1,5 @@ use native_windows_gui as nwg; use std::os::windows::process::CommandExt; -use std::env; use std::process::Command; use std::thread; use std::time::Duration;