From a6438d97b9a85fb9d6bc8fb8325161342253e01a Mon Sep 17 00:00:00 2001 From: Zarg <62082797+Zaarrg@users.noreply.github.com> Date: Thu, 30 Jan 2025 02:56:22 +0100 Subject: [PATCH] Change to better web ui server --- src/core/globals.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/globals.cpp b/src/core/globals.cpp index 1f093da..8fd270a 100644 --- a/src/core/globals.cpp +++ b/src/core/globals.cpp @@ -10,7 +10,7 @@ HBRUSH g_darkBrush = nullptr; HANDLE g_hMutex = nullptr; HHOOK g_hMouseHook = nullptr; -std::wstring g_webuiUrl = L"https://zaarrg.github.io/stremio-web-shell-fixes/"; +std::wstring g_webuiUrl = L"https://stremio.zarg.me/"; std::string g_updateUrl= "https://raw.githubusercontent.com/Zaarrg/stremio-desktop-v5/refs/heads/webview-windows/version/version.json"; // Command-line args